Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- method_exists() - Checks if the class method exists
- is_callable() - Verify that the contents of a variable can be called as a function
- get_defined_functions() - Returns an array of all defined functions
- class_exists() - Checks if the class has been defined
- extension_loaded() - Find out whether an extension is loaded
- function_exists — Return TRUE if the given function has been defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement