Home > PHP > Function > PHP Options/Info > get_extension_funcs()

get_extension_funcs()

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

Syntax

array get_extension_funcs (string $module_name)

Arguments

  • module_name - The module name. Note: This parameter must be in lowercase.

Description

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

Version

PHP 4, 5

Return value

Returns an array with all the functions, or FALSE if module_name is not a valid extension.