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.
    
Note: 
      The module_name parameter must be in
      lowercase.
     
     For example the lines below
     
    
     See also: get_loaded_extensions()