|
get_required_files(PHP4 >= 4.0RC2) get_required_files -- Returns an array with the names of the files require_once()'d in a scriptDescription
This function returns an associtative array of the names of all the files that have been loaded into a script using require_once(). The indexes of the array are the file names as used in the require_once() without the ".php" extension. The example below
See also: require_once(), include_once(), get_included_files() |
||||||||||||||||||||
With any suggestions or questions please feel free to contact us |