function_exists() kann die benutzerdefinierte Funktion nicht ermitteln
凡人2024-04-29 11:01:01
0
2
1932
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
good支持一个" title="1714973717966737.png" alt="icons8-autograph-48.png"/>