Function Commandr_fs->move_directory

Definitions

sources/commandr_fs.php

  • Move a directory. Equivalent to Unix "mv".
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$to_move array required parameter N/A N/A The directory to move
$destination array required parameter N/A N/A The destination path

Return

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