Mostrar lista de opciones

method_exists()

« metaphone | mhash »
<?php
$bool 
method_exists (
    
// mixed $object
    
  // string $method_name
);
?>
Resultado
$bool = true
Ejemplos
#1 method_exists  ("Directory",
 
"read")
Ver también
class_exists, function_exists, is_callable