PHP » GoLang |
login |
register |
about
|
class_exists(PHP 4, PHP 5, PHP 7) class_exists — Checks if the class has been defined Description
bool class_exists
( string
$class_name
[, bool $autoload = TRUE
] )This function checks whether or not the given class has been defined. Parameters
Return Values
Returns Changelog
Examples
Example #1 class_exists() example
<?php Example #2
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|