function_exists() kann die benutzerdefinierte Funktion nicht ermitteln
OnFunction test () {Return True;} if (function_exists ('test')) {echo "test is function";} Else {echo "test is not a function";}
// Run display test is not a function . Verwenden Sie einfach var_dump
凡人202 Tage vor1886