一个仅在需要时才加载内容的数组
github.com/harp-orm/lazy-array
源代码
问题
安装: 15
依赖项: 0
建议者: 0
安全: 0
星标: 1
关注者: 3
分支: 0
开放问题: 0
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
BSD-3-Clause 9751aa61186772d25cea086766c222d4ca38d802
This package is auto-updated.
Last update: 2024-09-21 20:46:25 UTC
通过 composer 安装
composer require harp-orm/lazy-array
$arr = new LazyArray($loader); // This is where the loader->load() method gets executed echo $arr[2];
版权(c)2015,Clippings Ltd. 由 Ivan Kerin 开发
在 BSD-3-Clause 许可下,请阅读 LICENSE 文件。