trait_exists
  • References/PHP/Function/Variables and Types/ClassesObject

(PHP 5 >= 5.4.0, PHP 7) Checks if the trait exists

2025-01-10 15:47:30
get_class_vars
  • References/PHP/Function/Variables and Types/ClassesObject

(PHP 4, PHP 5, PHP 7) Get the default properties of the class

2025-01-10 15:47:30
get_class_methods
  • References/PHP/Function/Variables and Types/ClassesObject

(PHP 4, PHP 5, PHP 7) Gets the class methods' names

2025-01-10 15:47:30
class_exists
  • References/PHP/Function/Variables and Types/ClassesObject

(PHP 4, PHP 5, PHP 7) Checks if the class has been defined

2025-01-10 15:47:30
get_declared_classes
  • References/PHP/Function/Variables and Types/ClassesObject

(PHP 4, PHP 5, PHP 7) Returns an array with the name of the defined classes

2025-01-10 15:47:30
is_a
  • References/PHP/Function/Variables and Types/ClassesObject

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Checks if the object is of this class or has this class as one of its parents

2025-01-10 15:47:30
get_called_class
  • References/PHP/Function/Variables and Types/ClassesObject

(PHP 5 >= 5.3.0, PHP 7) the "Late Static Binding" class name

2025-01-10 15:47:30
call_user_method
  • References/PHP/Function/Variables and Types/ClassesObject

(PHP 4, PHP 5) Call a user method on an specific object

2025-01-10 15:47:30
__autoload
  • References/PHP/Function/Variables and Types/ClassesObject

(PHP 5, PHP 7) Attempt to load undefined class

2025-01-10 15:47:30
get_parent_class
  • References/PHP/Function/Variables and Types/ClassesObject

(PHP 4, PHP 5, PHP 7) Retrieves the parent class name for object or class

2025-01-10 15:47:30