Exibir a lista drop-down

method_exists()

« metaphone | mhash »
<?php
$bool 
method_exists (
    
// mixed $object
    
  // string $method_name
);
?>
resultado
$bool = true
Exemplos
#1 method_exists  ("Directory",
 
"read")
Veja também
class_exists, function_exists, is_callable