mjaschen/php-apcu-utils
Composer 安装命令:
composer require mjaschen/php-apcu-utils
包简介
A set of utility functions for the APCu PHP extension.
README 文档
README
A set of utility functions for the APCu PHP extension.
Installation
Using Composer, just add it to your composer.json by running:
composer require mjaschen/php-apcu-utils
Compatibility
The APCu Utils require PHP >= 7.3.
Usage/Examples
<?php use MarcusJaschen\APCu\ApcuUtils; printf('APCu fragmentation is %.1f%%', ApcuUtils::getFragmentationRatio());
统计信息
- 总下载量: 360
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-02