ReflectionFunctionAbstract::getStartLine

(PHP 5, PHP 7) Gets starting line number public int ReflectionFunctionAbstract::getStartLine ( void ) Gets the starting line number of the function. Returns: The starting line number. This function is currently not documented; only its argument list is available. See also:

ReflectionFunctionAbstract::getShortName

(PHP 5 >= 5.3.0, PHP 7) Gets function short name public string ReflectionFunctionAbstract::getShortName ( void ) Get the short name of the function (without the namespace part). Returns: The short name of the function. This function is currently not documented; only its argument list is available.

ReflectionFunctionAbstract::getReturnType

(PHP 7) Gets the specified return type of a function public ReflectionType ReflectionFunctionAbstract::getReturnType ( void ) Gets the specified return type of a reflected function. Returns: Returns a ReflectionType object if a return type is specified, NULL otherwise. Examples: ReflectionFunctionAbstract::getReturnType() example

ReflectionFunctionAbstract::getParameters

(PHP 5, PHP 7) Gets parameters public array ReflectionFunctionAbstract::getParameters ( void ) Get the parameters as an array of ReflectionParameter. Returns: The parameters, as a ReflectionParameter object. This function is currently not documented; only its argument list is available. Se

ReflectionFunctionAbstract::getNumberOfRequiredParameters

(PHP 5 >= 5.0.3, PHP 7) Gets number of required parameters public int ReflectionFunctionAbstract::getNumberOfRequiredParameters ( void ) Get the number of required parameters that a function defines. Returns: The number of required parameters. This function is currently not documented; only its argument list is available.

ReflectionFunctionAbstract::getNumberOfParameters

(PHP 5 >= 5.0.3, PHP 7) Gets number of parameters public int ReflectionFunctionAbstract::getNumberOfParameters ( void ) Get the number of parameters that a function defines, both optional and required. Returns: The number of parameters. This function is currently not documented; only its argument list is available.

ReflectionFunctionAbstract::getNamespaceName

(PHP 5 >= 5.3.0, PHP 7) Gets namespace name public string ReflectionFunctionAbstract::getNamespaceName ( void ) Get the namespace name where the class is defined. Returns: The namespace name. This function is currently not documented; only its argument list is available. See also:

ReflectionFunctionAbstract::getName

(PHP 5, PHP 7) Gets function name public string ReflectionFunctionAbstract::getName ( void ) Get the name of the function. Returns: The name of the function. This function is currently not documented; only its argument list is available. See also: ReflectionFunctionAbs

ReflectionFunctionAbstract::getFileName

(PHP 5, PHP 7) Gets file name public string ReflectionFunctionAbstract::getFileName ( void ) Gets the file name from a user-defined function. Returns: The file name. This function is currently not documented; only its argument list is available. See also: ReflectionFun

ReflectionFunctionAbstract::getExtensionName

(PHP 5, PHP 7) Gets extension name public string ReflectionFunctionAbstract::getExtensionName ( void ) Get the extensions name. Returns: The extensions name. This function is currently not documented; only its argument list is available. See also: ReflectionFunctionAbs