显示文本框

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