|
is_callableVerify that the contents of a variable can be called as a function Description
bool is_callable
( callable
$name
[, bool $syntax_only = false
[, string &$callable_name
]] )Verify that the contents of a variable can be called as a function. This can check that a simple variable contains the name of a valid function, or that an array contains a properly encoded object and function name. Parameters
Return Values
Returns Examples
Example #1 is_callable example
<?php See Also
|