PHP Wysardry
PHP Manual

PHP documentation.



Home / PHP / Manual / ...



PHP Manual
Prev Next

get_extension_funcs

(PHP 4 >= 4.0.0)

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()


Prev Manual Home Next
get_defined_constants Up getmygid
Site Menu

Amazon.ca
Amazon.com
Amazon.co.uk



Most recently updated on 11 May, 2003

Home / PHP / Manual / ...



Please feel free to contact us with any comments or suggestions
PHP Manual
PHP Wysardry

This site is hosted by Spaceports