Search Results
Return Values ¶ An associative array of ReflectionFunction objects, for each function defined in the extension with the keys being the function names. If no function are defined, an empty array is returned.
See Also ReflectionExtension::getClasses () - Gets classes get_extension_funcs () - Returns an array with the names of the functions of a module
PHP Manual Function Reference Variable and Type Related Extensions Reflection ReflectionExtension ReflectionExtension::getFunctions
Dec 11, 2019 · The ReflectionExtension::getFunctions () function is an inbuilt function in PHP which is used to return extension functions from the specified extension. Syntax: array ReflectionExtension::getFunctions( void ) Parameters: This function does not accept any parameter. Return Value: This function returns extension functions from the specified extension. Below programs illustrate the ...
ReflectionExtension::getFunctions 26 déc. 2018 20 fois (PHP 5, PHP 7, PHP 8) ReflectionExtension::getFunctions — Récupère les fonctions d'une extension
ReflectionExtension::getFunctions (PHP 5, PHP 7) ReflectionExtension::getFunctions — Gets extension functions Description public ReflectionExtension::getFunctions ( ) : array Get defined functions from an extension. Parameters This function has no parameters. Return Values An associative array of ReflectionFunction objects, for each function defined in the extension with the keys being the ...
(PHP 5, PHP 7) Return Values An associative array of ReflectionFunction objects, for each function defined in the extension with the keys being the function names. If no function are defined, an empty array is returned.
