Exibir a lista drop-down

is_callable()

« is_bool | is_double »
<?php
$bool 
is_callable (
    
?// callable $name
    
?// [bool $syntax_only = false]
    
  // [string &$callable_name]
);
?>
resultado
$bool = false
Exemplos
#1 is_callable  ("someFunction",
 
false)
#2 is_callable  ("is_callable")
#3 is_callable  ([=> "Exception"=> "getMessage"],
 
true,
 
$callable_name)
Veja também
function_exists, method_exists