搜索

首页  >  问答  >  正文

function_exists()无法判定自定义函数

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

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

凡人凡人206 天前1936

全部回复(2)我来回复

  • xxxxx

    xxxxx2024-05-06 13:35:51

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

    回复
    2
  • 取消回复