Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.
get_included_files --
Returns an array with the names of the files include_once()'d in
a script
Description
array get_included_files (void)
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.
Note:
As of PHP 4.0.1pl2 this function assumes that the
include_once files end in the extension
".php", other extensions do not work.