class_exists

Checks if the class has been defined (PHP 4 )
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().

This HTML Help has been published using the chm2web software.