Exibir a lista drop-down

function_exists()

« frenchtojd | gd_info »
<?php
$bool 
function_exists (
    
  // string $function_name
);
?>
resultado
$bool = true
Exemplos
#1 function_exists  ("fopen")
Veja também
class_exists, extension_loaded, get_defined_functions, is_callable, method_exists