Advertisement
ferdinand

validate php func

Sep 13th, 2013
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. method_exists() - Checks if the class method exists
  2. is_callable() - Verify that the contents of a variable can be called as a function
  3. get_defined_functions() - Returns an array of all defined functions
  4. class_exists() - Checks if the class has been defined
  5. extension_loaded() - Find out whether an extension is loaded
  6. function_exists — Return TRUE if the given function has been defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement