PHP code example of mjaschen / php-apcu-utils
1. Go to this page and download the library: Download mjaschen/php-apcu-utils library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
mjaschen / php-apcu-utils example snippets
use MarcusJaschen\APCu\ApcuUtils;
printf('APCu fragmentation is %.1f%%', ApcuUtils::getFragmentationRatio());