Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.method-exists.html
Дата изменения: Sun Feb 3 22:35:23 2002
Дата индексирования: Mon Oct 1 21:48:12 2012
Кодировка:
method_exists

method_exists

(PHP 4 >= 4.0.0)

method_exists -- Checks if the class method exists

Description

bool method_exists ( object object, string method_name)

This function returns TRUE if the method given by method_name has been defined for the given object, FALSE otherwise.