get_class — Returns the name of the class of an object
get_parent_class — Retrieves the parent class name for object or class
is_subclass_of — Checks if the object has this class as one of its parents
get_class_vars — Get the default properties of the class
get_object_vars — Gets the properties of the given object
property_exists — Checks if the object or class has a property