Thursday, April 3, 2014

PHP Class Function Validate

PHP Class Function Checking


get_class() - Returns the name of the class of an object
function_exists() - Return TRUE if the given function has been defined
method_exists() - Checks if the class method exists

class_exists() - Checks if the class has been defined.

Related topic about PHP checking function:

PHP function Variable Checking / Validate

No comments:

Post a Comment