2017 © Pedro Peláez
 

library rmrdir

Recusrive rmdir for PHP

image

perchten/rmrdir

Recusrive rmdir for PHP

  • Wednesday, May 14, 2014
  • by perchten
  • Repository
  • 1 Watchers
  • 4 Stars
  • 71,297 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

php-rmrdir

Recursive rmdir for PHP, (*1)

Usage

Installation

Via Composer

Rmrdir is available on Packagist (perchten/rmrdir) and as such is installable via Composer., (*2)

Add the following to your composer.json, (*3)

{
    "require": {
        "perchten/rmrdir": "1.*"
    }
}
Direct include

Clone or download from GitHub and include directly in your code:, (*4)

require_once "path/to/rmrdir.php"

Code

rmrdir($dir)

Returns True on Success, False on failure, (*5)

License

rmrdir is licensed under the MIT License - see the LICENSE file for details, (*6)

Acknowledgements

This code was initially found on a Stack Overflow thread. I'm just making it available on repos for ease and further development., (*7)

The Versions

14/05 2014

dev-master

9999999-dev https://github.com/perchten/php-rmrdir

Recusrive rmdir for PHP

  Sources   Download

MIT

recursive dir rmdir rm rm -r

14/05 2014

1.0.2

1.0.2.0 https://github.com/perchten/php-rmrdir

Recusrive rmdir for PHP

  Sources   Download

MIT

recursive dir rmdir rm rm -r

14/05 2014

1.0.1

1.0.1.0 https://github.com/perchten/php-rmrdir

Recusrive rmdir for PHP

  Sources   Download

MIT

14/05 2014

1.0.0

1.0.0.0

Recusrive rmdir for PHP

  Sources   Download

MIT