get_extension_funcs
Returns an array with the names of the functions of a module
Description
arrayget_extension_funcs
stringmodule_name
This function returns the names of all the functions defined in
the module indicated by module_name.
For example the lines below
]]>
will print a list of the functions in the modules
xml and gd respectively.
See also: get_loaded_extensions