Online Documentation Server
 ПОИСК
ods.com.ua Web
 КАТЕГОРИИ
Home
Programming
Net technology
Unixes
Security
RFC, HOWTO
Web technology
Data bases
Other docs

 


 ПОДПИСКА

 О КОПИРАЙТАХ
Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.




get_extension_funcs

get_extension_funcs

(PHP4 >= 4.0b4)

get_extension_funcs --  Returns an array with the names of the functions of a module

Description

array get_extension_funcs (string module_name)

This function returns the names of all the functions defined in the module indicated by module_name.

For example the lines below


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

will print a list of the functions in the modules xml and gd respectively.

See also: get_loaded_extensions()



With any suggestions or questions please feel free to contact us