Google

NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.73 ">

method_exists

(PHP 4 )

method_exists --  Vérifie que la méthode existe pour une classe.

Description

boolean method_exists ( object object, string method_name)

method_exists() retourne TRUE si la méthode method_name a été définie pour la classe object, et sinon, retourne FALSE.