Releases: hyperf-plus/helper
Releases · hyperf-plus/helper
v3.1.6
11 Oct 04:25
Compare
Sorry, something went wrong.
No results found
v3.1.5
20 Aug 08:53
Compare
Sorry, something went wrong.
No results found
v3.1.4
04 Sep 15:14
Compare
Sorry, something went wrong.
No results found
v3.1.3: Update helper.php
16 Aug 05:01
Compare
Sorry, something went wrong.
No results found
支持新特征,无需匿名函数
# 旧的用法
$ appInfo = cache_has_set ("cache- {$ client_id }" ,function () use ($ client_id ){
return App::where ('client_id ' , $ client_id )->first ();
});
# 新的用法
$ appInfo = cache_has_set ("cache- {$ client_id }" ,App::where ('client_id ' , $ client_id )->first ());
v3.1.2: Update helper.php
27 Jul 04:20
Compare
Sorry, something went wrong.
No results found
v3.1.1
22 Jun 15:41
Compare
Sorry, something went wrong.
No results found
Update ConfigProvider.php
v3.0.5
15 Aug 03:01
Compare
Sorry, something went wrong.
No results found
v3.0.4
10 Aug 05:38
Compare
Sorry, something went wrong.
No results found
增加函数
event_dispatch 事件派发
array_filter_null 过滤数组中为null的key
cache_clear_prefix 根据key清理数据
get_millisecond 获取毫秒级时间戳
v3.0.3
23 Apr 11:28
Compare
Sorry, something went wrong.
No results found
修复page limit 空在严格模式导致的bug
v3.0.2
10 Apr 10:48
Compare
Sorry, something went wrong.
No results found
增加cache_has_set 方法 不存在则设置,最终都返回数据