|
get_included_files(PHP4 >= 4.0RC1) get_included_files -- Returns an array with the names of the files include_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 include_once(). The indexes of the array are the file names as used in the include_once() without the ".php" extension.
See also: require_once(), include_once(), get_required_files() |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |