Function Commandr_fs->make_directory

Definitions

sources/commandr_fs.php

  • Create a directory under the current working directory. Equivalent to Unix "mkdir".
  • 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 new directory's path and name

Return

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