Nota: The autoload parameter was added in PHP 5
This function returns TRUE if the class given by class_name has been defined, FALSE otherwise.
class_exists() will attempt to call __autoload by default, if you don't want class_exists() to call __autoload(), you can set the parameter autoload to FALSE.
See also get_declared_classes().
| Anterior | Inicio | Siguiente |
| call_user_method |
Hosting Argentina $7/mes | get_class_methods |