検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 40 for opcache (0.054 sec.)
実行時設定 12122
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... により動作が変化します。 OPcache 設定オプション 名前 デフォルト 変更可能 変更履歴 o ... pcache.enable "1" PHP_INI_ALL opcache.enable_cli "0" PHP_INI_SYSTEM PHP 7.1.2 と 7.1.6 の ... 間では、デフォルトは "1" でした opcache.memory_consumption "128" PHP_INI_SYSTEM opcache.in ... terned_strings_buffer "8" PHP_INI_SYSTEM opcache.max_accelerated_files "10000" PHP_INI_SYSTEM opcac ...
https://man.plustar.jp/php/opcache.configuration.html - [similar]
OPcache 関数 10625
« コードの事前ロード opcache_compile_file » PHP Manual OPcache OPcache 関数 OPcache 関数 目次 opcache ... スクリプトを、実行せずにコンパイルしてキャッシュする opcache_get_configuration — キャッシュについての構成情報を ... 取得 opcache_get_status — キャッシュについてのステータス情報を取 ...opcache_invalidate — キャッシュされたスクリプトを無効にする ... opcache_is_script_cached — スクリプトが OPCache にキャッシ ...
https://man.plustar.jp/php/ref.opcache.html - [similar]
インストール手順 10593
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 OPcache は共有 ... ンパイルされる拡張モジュールを無効にしている場合は、OPcache が利用可能になるように --enable-opcache オプション ... ルすると、 zend_extension 設定ディレクティブを使って OPcache を PHP にロードできます。これは zend_extension=/fu ... ll/path/to/opcache.so という設定で行えます。Windows の場合は zend_ext ... ension=C:\path\to\php_opcache.dll を使います。 注意 : OPcache を » Xdebug と一緒 ...
https://man.plustar.jp/php/opcache.installation.html - [similar]
php.ini ディレクティブのリスト 10562
« php.ini ディレクティブ php.ini のセクション一覧 » PHP Manual php.ini ディレクティブ php.ini デ ... HP_INI_ALL odbc.default_cursortype "3" PHP_INI_ALL opcache.enable "1" PHP_INI_ALL opcache.enable_cli "0" PHP_ ... P 7.1.2 と 7.1.6 の間では、デフォルトは "1" でした opcache.memory_consumption "128" PHP_INI_SYSTEM opcache.in ... terned_strings_buffer "8" PHP_INI_SYSTEM opcache.max_accelerated_files "10000" PHP_INI_SYSTEM opcac ... he.max_wasted_percentage "5" PHP_INI_SYSTEM opcache.use_cwd "1" PHP_INI_SYSTEM opcache.validate_timest ...
https://man.plustar.jp/php/ini.list.html - [similar]
OPcache 10437
« FFI\ParserException はじめに » PHP Manual PHP の振る舞いの変更 OPcache OPcache はじめに インス ... トール手順 実行時設定 リソース型 コードの事前ロード OPcache 関数 opcache_compile_file — PHP スクリプトを、実行 ... せずにコンパイルしてキャッシュする opcache_get_configuration — キャッシュについての構成情報を ... 取得 opcache_get_status — キャッシュについてのステータス情報を取 ...opcache_invalidate — キャッシュされたスクリプトを無効にする ...
https://man.plustar.jp/php/book.opcache.html - [similar]
スクリプトが OPCache にキャッシュされているかどうかを伝えます。 10406
« opcache_invalidate opcache_reset » PHP Manual OPcache 関数 スクリプトが OPCache にキャッシュさ ... れているかどうかを伝えます。 opcache_is_script_cached (PHP 5 >= 5.5.11, PHP 7, PHP 8, P ... ECL ZendOpcache >= 7.0.4) opcache_is_script_cached — スクリプトが ... he にキャッシュされているかどうかを伝えます。 説明 opcache_is_script_cached ( string $filename ): bool この関 ... 数は、PHP スクリプトが OPCache にキャッシュされているかチェックします。 これは、特 ...
https://man.plustar.jp/php/function.opcache-is-script-cached.html - [similar]
キャッシュについての構成情報を取得 9517
« opcache_compile_file opcache_get_status » PHP Manual OPcache 関数 キャッシュについての構成情報 ... を取得 opcache_get_configuration (PHP 5 >= 5.5.0, PHP 7, PHP 8, P ... ECL ZendOpcache > 7.0.2) opcache_get_configuration — キャッシュにつ ... いての構成情報を取得 説明 opcache_get_configuration (): array | false この関数は、キ ... ックリストおよびバージョンを含みます。 エラー / 例外 opcache.restrict_api を使用中で、 かつ現在のパスがルール違 ...
https://man.plustar.jp/php/function.opcache-get-configuration.html - [similar]
キャッシュについてのステータス情報を取得 9330
« opcache_get_configuration opcache_invalidate » PHP Manual OPcache 関数 キャッシュについてのステ ... ータス情報を取得 opcache_get_status (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL Zen ... dOpcache > 7.0.2) opcache_get_status — キャッシュについての ... ステータス情報を取得 説明 opcache_get_status ( bool $include_scripts = true ): array ... す、 失敗した場合に false を返します。 エラー / 例外 opcache.restrict_api を使用中で、 かつ現在のパスがルール違 ...
https://man.plustar.jp/php/function.opcache-get-status.html - [similar]
キャッシュされたスクリプトを無効にする 9064
« opcache_get_status opcache_is_script_cached » PHP Manual OPcache 関数 キャッシュされたスクリプ ... トを無効にする opcache_invalidate (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL Zen ... dOpcache >= 7.0.0) opcache_invalidate — キャッシュされたスク ... リプトを無効にする 説明 opcache_invalidate ( string $filename , bool $force = fals ... ものが無効にされている場合は false を返します。 参考 opcache_compile_file() - PHP スクリプトを、実行せずにコンパ ...
https://man.plustar.jp/php/function.opcache-invalidate.html - [similar]
opcode のキャッシュ内容をリセットする 9064
« opcache_is_script_cached 出力制御 » PHP Manual OPcache 関数 opcode のキャッシュ内容をリセットす ...opcache_reset (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL ZendOpca ... che >= 7.0.0) opcache_reset — opcode のキャッシュ内容をリセットする 説明 ... opcache_reset (): bool この関数は、キャッシュされた opcode ... 全てをリセットします。 opcache_reset() 関数が呼び出されると、次回ヒットする全ての ...
https://man.plustar.jp/php/function.opcache-reset.html - [similar]
PREV 1 2 3 4 NEXT