gpt4 book ai didi

php - 重新定义 PHP 函数?

转载 作者:IT王子 更新时间:2023-10-29 01:02:19 26 4
gpt4 key购买 nike

如果我有一个函数:

function this($a){
return $a;
}

如果我想重新定义函数,是不是只要重写就这么简单?

function this($a, $b){  //New this function
return $a * $b;
}

最佳答案

不,这会引发错误:

Fatal error: Cannot redeclare foo()

runkit 提供选项,包括runkit_function_rename()runkit_function_redefine() .

关于php - 重新定义 PHP 函数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2640958/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com