Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://old.master.cmc.msu.ru/php/function.get-parent-class.html
Дата изменения: Sun Feb 3 22:35:22 2002 Дата индексирования: Tue Oct 2 11:07:48 2012 Кодировка: |
If obj is an object, returns the name of the parent class of the class of which obj is an instance.
If obj is a string, returns the name of the parent class of the class with that name. This functionality was added in PHP 4.0.5.
See also get_class() and is_subclass_of()