Function Commandr_fs->_start_pwd
Definitions
sources/commandr_fs.php
- Fetch the current directory from a cookie, or the default.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Current directory
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Fetch the current directory from a cookie, or the default.
*
* @return array Current directory
*/
protected function _start_pwd() : array
* Fetch the current directory from a cookie, or the default.
*
* @return array Current directory
*/
protected function _start_pwd() : array

