Display the drop-down list

function_exists()

« frenchtojd | gd_info »
<?php
$bool 
function_exists (
    
  // string $function_name
);
?>
Result
$bool = true
Examples
#1 function_exists  ("fopen")
See also
class_exists, extension_loaded, get_defined_functions, is_callable, method_exists