显示下拉菜单

function_exists()

« frenchtojd | gd_info »
<?php
$bool 
function_exists (
    
  // string $function_name
);
?>
结果
$bool = true
示例
#1 function_exists  ("fopen")
另请参阅
class_exists, extension_loaded, get_defined_functions, is_callable, method_exists