   #PHP Manual Class/Object Functions call_user_method get_class_methods

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                 class_exists

   (PHP 4 )
   class_exists -- Checks if the class has been defined

Description

   bool class_exists ( string class_name)

   This function returns TRUE if the class given by class_name has been
   defined, FALSE otherwise.

   See also get_declared_classes().
   ______________________________________________________________________

   Prev             Home              Next
   call_user_method  Up  get_class_methods
