gpt4 book ai didi

php - 我可以将匿名函数放在 PHP 的数组中吗?

转载 作者:行者123 更新时间:2023-12-05 09:00:03 24 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Workaround for basic syntax not being parsed
Why don't PHP attributes allow functions?

我得到了

Parse error: syntax error, unexpected T_FUNCTION in /home/codemonkey/dev/broadnet/bito.api2/broadnet/resources/broadmapresource.php on line 87

来自这段代码:

private $debugFunctions = array(
"testing" => function() // Line 87
{
return "I'm a test function!";
},
"foo" => function()
{
return "bar";
}
);

我的印象是我可以在任何可以使用 $variables 的地方使用匿名 PHP 函数。这是异常,还是我做错了什么?

我正在使用 PHP 5.3.9

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