Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我跑:
override_function('test_func', '$a, $b', 'print_r("new");');
我得到这个错误:
PHP 致命错误:调用未定义的函数 override_function()
我正在使用 php 5.3.26
函数override_function是 PECL 扩展的一部分。
override_function
在此处配置PECL 。