(PHP 5, PHP 7)
ReflectionFunctionAbstract::getName
  • References/PHP/Function/Variables and Types/Reflection/ReflectionFunctionAbstract

(PHP 5, PHP 7) Gets function name public string

2025-01-10 15:47:30
ReflectionFunctionAbstract::getNumberOfRequiredParameters
  • References/PHP/Function/Variables and Types/Reflection/ReflectionFunctionAbstract

(PHP 5 >= 5.0.3, PHP 7) Gets number of required parameters

2025-01-10 15:47:30
ReflectionFunctionAbstract::getFileName
  • References/PHP/Function/Variables and Types/Reflection/ReflectionFunctionAbstract

(PHP 5, PHP 7) Gets file name public string

2025-01-10 15:47:30
ReflectionFunctionAbstract::getClosureThis
  • References/PHP/Function/Variables and Types/Reflection/ReflectionFunctionAbstract

(PHP >= 5.4.0) Returns this pointer bound to closure

2025-01-10 15:47:30
ReflectionFunctionAbstract::returnsReference
  • References/PHP/Function/Variables and Types/Reflection/ReflectionFunctionAbstract

(PHP 5, PHP 7) Checks if returns reference public

2025-01-10 15:47:30
ReflectionFunctionAbstract::isClosure
  • References/PHP/Function/Variables and Types/Reflection/ReflectionFunctionAbstract

(PHP 5 >= 5.3.0, PHP 7) Checks if closure

2025-01-10 15:47:30
ReflectionFunctionAbstract::isGenerator
  • References/PHP/Function/Variables and Types/Reflection/ReflectionFunctionAbstract

(PHP 5 >= 5.5.0, PHP 7) Returns whether this function is a generator

2025-01-10 15:47:30
ReflectionFunctionAbstract::getStartLine
  • References/PHP/Function/Variables and Types/Reflection/ReflectionFunctionAbstract

(PHP 5, PHP 7) Gets starting line number public

2025-01-10 15:47:30
ReflectionFunctionAbstract::isVariadic
  • References/PHP/Function/Variables and Types/Reflection/ReflectionFunctionAbstract

(PHP 5 >= 5.6.0, PHP 7) Checks if the function is variadic

2025-01-10 15:47:30
ReflectionFunctionAbstract::inNamespace
  • References/PHP/Function/Variables and Types/Reflection/ReflectionFunctionAbstract

(PHP 5 >= 5.3.0, PHP 7) Checks if function in namespace

2025-01-10 15:47:30