ドロップダウンリストを表示

method_exists()

« metaphone | mhash »
<?php
$bool 
method_exists (
    
// mixed $object
    
  // string $method_name
);
?>
結果
$bool = true
#1 method_exists  ("Directory",
 
"read")
参照
class_exists, function_exists, is_callable