PHP Classes

File: src/messages/en/interface.php

Recommend this page to a friend!
  Classes of Insolita   Yii2 Opcache   src/messages/en/interface.php   Download  
File: src/messages/en/interface.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Yii2 Opcache
Show and update the PHP Opcache settings
Author: By
Last change:
Date: 1 month ago
Size: 1,249 bytes
 

Contents

Class file image Download
<?php
return [
   
'option'=>'Option',
   
'value'=>'Value',
   
'hint'=>'Hint',
   
'reset'=>'Reset',
   
'status'=>'Status',
   
'config'=>'Config',
   
'file_list'=>'Cached Files',
   
'cache_reset_success'=>'Cache successfully cleaned!',
   
'cache_reset_fail'=>'Can`t reset cache!',
   
'file_invalidate_success'=>'File successfully invalidated!',
   
'file_invalidate_fail'=>'File not found, or not need invalidation!',
   
'file_compile_success'=>'File successfully compiled!',
   
'invalidate_file'=>'Invalidate file',
   
'invalidate'=>'invalidate',
   
'compile_file'=>'compile_file',
   
'filepath'=>'File path',
   
'black_list'=>'Black List',
   
'black_list_file'=>'Black List File',
   
'black_list_ignors'=>'Ignored Files and Patterns',
   
'black_list_notice'=>'Black list items not found!',
   
'full_path'=>'Full Path',
   
'hits'=>'Hits',
   
'memory_consumption'=>'Memory Consumption',
   
'last_used_timestamp'=>'Last Usage',
   
'file_timestamp'=>'Cache Time',
   
'memory_usage'=>'Memory Usage',
   
'hits_misses'=>'Hits/Misses',
   
'common_status' =>'Common Status',
   
'interned_strings_usage'=>'Interned Strings Usage',
   
'opcache_statistics'=>'OpCache Statistics',
   
'reset_founded_files' =>'Reset founded files'
];