Display the text box

method_exists()

« metaphone | mhash »
<?php
$bool 
method_exists (
    
// mixed $object
    
  // string $method_name
);
?>
Result
$bool = true
Examples
#1 method_exists  ("Directory",
 
"read")
See also
class_exists, function_exists, is_callable