Dropdown-Liste anzeigen

method_exists()

« metaphone | mhash »
<?php
$bool 
method_exists (
    
// mixed $object
    
  // string $method_name
);
?>
Ergebnis
$bool = true
Beispiele
#1 method_exists  ("Directory",
 
"read")
siehe auch
class_exists, function_exists, is_callable