(PHP 5, PHP 7)
ReflectionClass::hasMethod
  • References/PHP/Function/Variables and Types/Reflection/ReflectionClass

(PHP 5 >= 5.1.0, PHP 7) Checks if method is defined

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

(PHP 5, PHP 7) Gets the interfaces public array

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

(PHP 5, PHP 7) Gets a

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

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

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

(PHP 5, PHP 7) Gets constants public array R

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

(PHP 5, PHP 7) Checks if the class is instantiable

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

(PHP 5, PHP 7) Gets an array of methods public

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

(PHP 7) Checks if class is anonymous public bool

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

(PHP 5, PHP 7) Gets the constructor of the class

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

(PHP 5, PHP 7) Returns the string representation of the ReflectionClass object.

2025-01-10 15:47:30