Function Commandr_fs->pwd_to_string

Definitions

sources/commandr_fs.php

  • Convert an array-form path to a string.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$pwd ?array Null N/A N/A Path (null: use $this->pwd)

Return

  • String-form path
  • Type: string
  • Set: N/A
  • Range: N/A