Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
Наш чат в Telegram для обмена идеями, проектами, мыслями, людьми в сфере ИТ г.Ростова-на-Дону: @it_rostov
class_parents
(PHP 5 >= 5.1.0)
class_parents — Return the parent classes of the given class
Описание
array class_parents ( mixed $class [, bool $autoload = true ] )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).
autoloadWhether to allow this function to load the class automatically through the __autoload magic method.
Возвращаемые значения
An array on success, or FALSE on error.