PHP. Руководство по PHP. 2005
class_parents
class_parents
Описание
array class_parents (mixed class [, bool autoload])This function returns an array with the name of the parent classes of the given class.
class_parents
This function returns an array with the name of the parent classes of the given class.
class
An object (class instance) or a string (class name).
autoload
Whether to allow this function to load the class automatically through the __autoload magic method. Defaults to TRUE.
Returns an array or FALSE on error.
Версия | Описание |
---|---|
5.1.0 | - Added the option to pass the class parameter as a string. Added the autoload parameter. |
class_implements() |
class_implements
iterator_count
Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.
⇪