gpt4 book ai didi

php array_filter 匿名函数传递 $this

转载 作者:行者123 更新时间:2023-12-04 13:50:02 25 4
gpt4 key购买 nike

<分区>

如果要执行以下操作:

    $filteredValues = array_filter($rawValues, function($rawValue) {
return $this->validateValue($rawValue);
});

validateValue 是同一个类中的私有(private)方法。

如何以这种方式在 array_filter 中使用 $this 上下文?

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