Join Up!
96812 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previousget_defined_constantsget_included_filesnext
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_extension_funcs

(PHP 4 )

get_extension_funcs --  Vrátit pole jmen funkcí určitého modulu

Popis

array get_extension_funcs ( string module_name)

Tato funkce vrací jména všech funkcí definovaných v modulu určeném argumentem module_name.

Například následující řádky

print_r (get_extension_funcs ("xml"));
print_r (get_extension_funcs ("gd"));

vytisknou seznam všech funkcí v modulech xml a gd.

Viz také: get_loaded_extensions()

User Contributed Notes
get_extension_funcs
add a note about notes
There are no user contributed notes for this page.
previousget_defined_constantsget_included_filesnext
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