Function Commandr_fs->remove_directory

Definitions

sources/commandr_fs.php

  • Remove a directory under the current working directory. Equivalent to Unix "rmdir".
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$directory array required parameter N/A N/A The directory-to-remove's path and name

Return

  • Success?
  • Type: boolean
  • Set: N/A
  • Range: N/A