PHP code example of takuya / php-rrmdir

1. Go to this page and download the library: Download takuya/php-rrmdir library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

takuya / php-rrmdir example snippets




 rrmdir('/var/www/virtualhosts/example.com/www-data');
is_dir($ret);#=>false


composer config repositories.takuya/php-rrmdir vcs https://github.com/takuya/php-rrmdir
composer config minimum-stability dev
composer