$ids = array_map(function ($post) { return $post->id; }, $posts);. 让我们总结一下如何使用短闭包。 ○ 自PHP 7.4起可用. ○ 他们以fn关键字开头. ○ ...
確定! 回上一頁