Function Commandr_fs->print_working_directory

Definitions

sources/commandr_fs.php

  • Return the current working directory of the virtual filesystem. Equivalent to Unix "pwd".
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$array_form boolean False N/A N/A Return the pwd in array form?

Return

  • The current working directory (array or string)
  • Type: mixed
  • Set: N/A
  • Range: N/A