Visualizzare l'elenco a discesa

method_exists()

« metaphone | mhash »
<?php
$bool 
method_exists (
    
// mixed $object
    
  // string $method_name
);
?>
risultato
$bool = true
Esempi
#1 method_exists  ("Directory",
 
"read")
Vedi anche
class_exists, function_exists, is_callable