Afficher la liste déroulante

function_exists()

« frenchtojd | gd_info »
<?php
$bool 
function_exists (
    
  // string $function_name
);
?>
Résultat
$bool = true
Exemples
#1 function_exists  ("fopen")
Voir aussi
class_exists, extension_loaded, get_defined_functions, is_callable, method_exists