|
get_parent_classRetrieves the parent class name for object or class Description
string get_parent_class
([ mixed
$object
] )Retrieves the parent class name for object or class. Parameters
Return Values
Returns the name of the parent class of the class of which
If called without parameter outside object, this function returns Changelog
Examples
Example #1 Using get_parent_class
<?php The above example will output: I'm dad's son I'm dad's son too See Also
|