基本的な使用法
導入
PHP の振る舞いの変更
PHP Manual
OPcache
導入
インストール/設定
要件
インストール手順
実行時設定
リソース型
OPcache 関数
opcache_compile_file
— PHP スクリプトを、実行せずにコンパイルしてキャッシュする
opcache_get_configuration
— Get configuration information about the cache
opcache_get_status
— Get status information about the cache
opcache_invalidate
— キャッシュされたスクリプトを無効にする
opcache_reset
— opcode のキャッシュ内容をリセットする
基本的な使用法
導入
PHP の振る舞いの変更
PHP Manual