gpt4 book ai didi

php - 如何在 PHP 中的函数中获取函数名?

转载 作者:IT老高 更新时间:2023-10-28 11:39:20 26 4
gpt4 key购买 nike

有可能吗?

function test()
{
echo "function name is test";
}

最佳答案

准确的方法是使用__FUNCTION__ predefined magic constant .

例子:

class Test {
function MethodA(){
echo __FUNCTION__;
}
}

结果:方法A

关于php - 如何在 PHP 中的函数中获取函数名?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1006248/

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