Function Commandr_fs->_discern_meta_dir

Definitions

sources/commandr_fs.php

  • Get details of the current meta directory.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$meta_dir array required parameter N/A N/A Meta directory result: returned by reference
$meta_root_node string required parameter N/A N/A Meta root node result: returned by reference
$meta_root_node_type string required parameter N/A N/A Meta root node type result: returned by reference
$target_dir ?array Null N/A N/A Directory (null: current directory is used)

Return

  • Current directory contents (false: error)
  • Type: ~array
  • Set: N/A
  • Range: N/A