Join Up!
104887 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previousget_extension_funcsget_loaded_extensionsnext
Last updated: Sun, 27 Oct 2002
view the printer friendly version or the printer friendly version with notes or change language to Finnish | German | Spanish

get_included_files

(PHP 4 )

get_included_files --  Vrátit pole jmen všech souborů, které byly ve skriptu načteny pomocí include_once()

Popis

array get_included_files ( void)

Tato funkce vrátí asociativní pole jmen všech souborů, které byly načteny do skriptu pomocí include_once(). Indexy tohoto pole jsou názvy souborů použitých v include_once() bez přípony ".php".

Poznámka: Od verze PHP 4.0.1pl2 tato funkce předpokládá, že soubory v include_once končí příponou ".php", jiné přípony nefungují.

Viz také: require_once(), include_once(), get_required_files()

User Contributed Notes
get_included_files
add a note about notes
There are no user contributed notes for this page.
previousget_extension_funcsget_loaded_extensionsnext
Last updated: Sun, 27 Oct 2002
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: http://phpbuilder.com/
Last updated: Thu Oct 31 18:34:28 2002 EST