Function Commandr_fs->remove_file

Definitions

sources/commandr_fs.php

  • Remove a file. Equivalent to Unix "rm".
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$to_remove array required parameter N/A N/A The file to remove

Return

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