function_exists()无法判定自定义函数
凡人
凡人 2024-04-29 11:01:01
0
2
1933

function test()    {        return true;    }    if (function_exists('TEST')) {        echo "test是函数";    } else {        echo "test不是函数";    }

//运行显示test不是函数。判定 var_dump就可以

凡人
凡人

全部回复(1)
xxxxx

good支持一个" title="1714973717966737.png" alt="icons8-autograph-48.png"/>

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板