akondas/php-runtime
最新稳定版本:2.0.0
Composer 安装命令:
composer require akondas/php-runtime
包简介
PHP Runtime class provides methods to get total and free memory
README 文档
README
PHP Runtime class provides methods to get total and free memory and number of available processors.
Usage
composer require akondas/php-runtime
use Akondas\Runtime; $runtime = new Runtime(); $runtime->totalMemory(); $runtime->freeMemory(); $runtime->availableProcessors();
License
PHPRuntime is released under the MIT Licence. See the bundled LICENSE file for details.
Author
统计信息
- 总下载量: 3.38k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-12-23