get_extension_funcs
PHP 4, PHP 5, PHP 7, PHP 8
get_extension_funcs - Returns an array with the names of the functions of a module
Manual
get_extension_funcs(
string$extension ): array|false
This function returns the names of all the functions defined in the module indicated by extension.
Parameters
- extension
-
The module name.
Note:
This parameter must be in lowercase.
Return Values
Returns an array with all the functions, or false if extension is not a valid extension.