Kirill Gordine
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
Kirill Gordine 进行了评论, -
-
-
Kirill Gordine 创建了一个帖子, Any way to type-hint the result of a PHP-closure?
Hi,unfortunately I could not find any informations on type-hinting a result of a clousre call, so I would get autocomplition for the returned object. An example:$myClosure = function($cnt) { $resu...