Function __global->_get_dir_tree

Definitions

sources/abstract_file_manager.php

  • Get a list of files under a directory.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$base PATH required parameter N/A N/A The base directory for the search
$at PATH Blank (empty string) N/A N/A The directory where we are searching under

Return

  • An array of directories found under this recursive level
  • Type: array
  • Set: N/A
  • Range: N/A