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

(PHP 5 >= 5.4.0, PHP 7) Returns an array of all declared traits

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

(PHP 4 >= 4.0.5, PHP 5) Call a user method given with an array of parameters

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

(PHP 4, PHP 5, PHP 7) Gets the properties of the given object

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

(PHP 5, PHP 7) Returns an array of all declared interfaces

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

(PHP 5 >= 5.1.0, PHP 7) Checks if the object or class has a property

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

(PHP 4, PHP 5, PHP 7) Returns the name of the class of an object

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

(PHP 5 >= 5.3.0, PHP 7) Creates an alias for a class

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

(PHP 5 >= 5.0.2, PHP 7) Checks if the interface has been defined

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

(PHP 4, PHP 5, PHP 7) Checks if the class method exists

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

(PHP 4, PHP 5, PHP 7) Checks if the object has this class as one of its parents or implements it.

2025-01-10 15:47:30