<?php $conf = opcache_get_configuration(); $status = opcache_get_status(); $statictics = $status['opcache_statistics']; $configurations = array( 'memory_max' => $conf['directives']['opcache.memory_consumption'], 'interned_strings_max' => $conf['directives']['opcache.interned_strings_buffer'], 'max_file_size' => $conf['directives']['opcache.max_file_size'], 'max_accelerated_files' => $conf['directi