PHP » GoLang |
login |
register |
about
|
GoLang get_parent_class
request it (484)
GoLang replacement for PHP's get_parent_class
[edit | history]
get_parent_class(PHP 4, PHP 5, PHP 7) get_parent_class — Retrieves the parent class name for object or class DescriptionRetrieves 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
|
more
Recently updated
more
Most requested
more
Last requests
|