usort
  • References/PHP/Function/Variables and Types/Array

(PHP 4, PHP 5, PHP 7) Sort an array by values using a user-defined comparison function

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

(PHP 7) Gets the function name of the generator

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

(PHP 7) Checks if the function has a specified return type

2025-01-10 15:47:30
empty
  • References/PHP/Function/Variables and Types/Variable handling

(PHP 4, PHP 5, PHP 7) Determine whether a variable is empty

2025-01-10 15:47:30
get_defined_vars
  • References/PHP/Function/Variables and Types/Variable handling

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Returns an array of all defined variables

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

(PHP 5, PHP 7) Construct a ReflectionProperty object

2025-01-10 15:47:30
intval
  • References/PHP/Function/Variables and Types/Variable handling

(PHP 4, PHP 5, PHP 7) Get the integer value of a variable

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

(PHP 5, PHP 7) Export a reflection method. public

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

(PHP 5 >= 5.3.0, PHP 7) Gets namespace name

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

(PHP 5, PHP 7) Checks if method is a constructor

2025-01-10 15:47:30