検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 178 for キャッシュ (0.006 sec.)
キャッシュについてのステータス情報を取得 6187
« opcache_get_configuration opcache_invalidate » PHP Manual OPcache 関数 キャッシュについてのステ ... 8, PECL ZendOpcache > 7.0.2) opcache_get_status — キャッシュについてのステータス情報を取得 説明 opcache_get_stat ... = true ): array | false この関数は、インメモリ の キャッシュ・インスタンス についてのステータス情報を返します。 ... ファイルキャッシュに関する情報は一切返しません。 パラメータ include_sc ... は返されません。 参考 opcache_get_configuration() - キャッシュについての構成情報を取得 関連キーワード: 情報 , キャ ...
https://man.plustar.jp/php/function.opcache-get-status.html - [similar]
実行時設定 6187
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 単な説明を示します。 soap.wsdl_cache_enabled int WSDLキャッシュ機能有効または無効にします。 soap.wsdl_cache_dir str ... ing SOAP 拡張モジュールがキャッシュファイルを置くディレクトリの名前を設定します。 soap. ... wsdl_cache_ttl int キャッシュされたファイルが元のファイルの代わりに使用される秒数 ... sdl_cache_enabled が on の場合に、 この設定によってキャッシュ方式を決めます。 WSDL_CACHE_NONE ( 0 )、 WSDL_CACHE_ ...
https://man.plustar.jp/php/soap.configuration.html - [similar]
IMAP キャッシュをクリアする 6132
« imap_fetchtext imap_get_quota » PHP Manual IMAP 関数 IMAP キャッシュをクリアする imap_gc (PHP ... 5 >= 5.3.0, PHP 7, PHP 8) imap_gc — IMAP キャッシュをクリアする 説明 imap_gc ( IMAP\Connection $imap , ... int $flags ): bool 指定した型のエントリのキャッシュを破棄します。 パラメータ imap IMAP\Connection クラス ... のインスタンス。 flags 破棄したいキャッシュを指定します。以下の定数 IMAP_GC_ELT (メッセージキャ ... map_gc ( $mbox , IMAP_GC_ELT ); ?> 関連キーワード: キャッシュ , クリア , Connection , 期待 , バージョン , flags ...
https://man.plustar.jp/php/function.imap-gc.html - [similar]
格納されている変数をキャッシュから取得する 6110
« apcu_exists apcu_inc » PHP Manual APCu 関数 格納されている変数をキャッシュから取得する apcu_fe ... CL apcu >= 4.0.0) apcu_fetch — 格納されている変数をキャッシュから取得する 説明 apcu_fetch ( mixed $key , bool &$s ... uccess = ? ): mixed エントリをキャッシュから取得します。 パラメータ key ( apcu_store() を用い ... ing(3) "BAR" 参考 apcu_store() - 変数をデータ領域にキャッシュする apcu_delete() - 格納されている変数をキャッシュ... 取り除く APCUIterator 関連キーワード: apcu , 格納 , キャッシュ , 変数 , 取得 , fetch , success , key , store , パ ...
https://man.plustar.jp/php/function.apcu-fetch.html - [similar]
実行時設定 6098
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 単な説明を示します。 opcache.enable bool オペコード・キャッシュを有効にします。 無効にした場合、コードは最適化もキャ ... e.enable_cli bool PHP の CLI 版に対してオペコード・キャッシュを有効にします。 opcache.memory_consumption int OPca ... ol 無効にすると、 同一の include_path を使用する、 キャッシュされた既存のファイルが再利用されます。 したがって、同 ... ると、最適化したコードのサイズを減らすために OPcode キャッシュからすべてのドキュメンテーション・コメントが廃棄され ...
https://man.plustar.jp/php/opcache.configuration.html - [similar]
実行時設定 6009
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... sion.cache_limiter により、セッションページにおけるキャッシュ制御の方法を指定します。 nocache 、 private 、 priva ... ession.cache_expire int session.cache_expire によりキャッシュされた セッションページの有効期間を分単位で指定します ...
https://man.plustar.jp/php/session.configuration.html - [similar]
APCUIterator クラス 5998
« apcu_store APCUIterator::__construct » PHP Manual APCu APCUIterator クラス APCUIterator クラス ... はじめに APCUIterator クラスを使うと、巨大な APCu キャッシュの反復処理を容易に行えます。 巨大なキャッシュを順を追 ... った数のエントリを取得することができます。 そのため、キャッシュ全体を抱え込んで 100 件 (デフォルト) のエントリを取り ... 込むのではなく、 キャッシュのロックを解放して他の操作ができる状態にすることが可 ... ount — 総数を取得する APCUIterator::getTotalHits — キャッシュヒットの総数を取得する APCUIterator::getTotalSize — ...
https://man.plustar.jp/php/class.apcuiterator.html - [similar]
キャッシュについての構成情報を取得 5998
« opcache_compile_file opcache_get_status » PHP Manual OPcache 関数 キャッシュについての構成情報 ... L ZendOpcache > 7.0.2) opcache_get_configuration — キャッシュについての構成情報を取得 説明 opcache_get_configurat ... ion (): array | false この関数は、キャッシュ・インスタンスについての構成情報を返します。 パラメー ... タス情報は返されません。 参考 opcache_get_status() - キャッシュについてのステータス情報を取得 関連キーワード: 情報 ... , キャッシュ , 取得 , 構成 , opcache , 関数 , configuration , ス ...
https://man.plustar.jp/php/function.opcache-get-configuration.html - [similar]
現在のキャッシュの有効期限を取得/設定する 5987
« session_abort session_cache_limiter » PHP Manual セッション関数 現在のキャッシュの有効期限を取 ... PHP 5, PHP 7, PHP 8) session_cache_expire — 現在のキャッシュの有効期限を取得/設定する 説明 session_cache_expire ... xpire の設定を返します。 リクエストがあった時点で、キャッシュの有効期限は session.cache_expire で設定されたデフォ ... タ value value が指定され、 null でない場合、 現在のキャッシュの有効期限は、 value で置換されます。 注意 : session ... sion.cache_limiter session_cache_limiter() - 現在のキャッシュリミッタを取得または設定する 関連キーワード: 設定 , ...
https://man.plustar.jp/php/function.session-cache-expire.html - [similar]
キャッシュの内容を取得する 5954
« CachingIterator::current CachingIterator::getFlags » PHP Manual CachingIterator キャッシュの内 ... = 5.2.0, PHP 7, PHP 8) CachingIterator::getCache — キャッシュの内容を取得する 説明 public CachingIterator::getCac ... he (): array キャッシュの内容を取得します。 注意 : CachingIterator::FULL_CA ... ラメータ この関数にはパラメータはありません。 戻り値 キャッシュの内容を含む配列を返します。 エラー / 例外 CachingIt ... int(1) [1]=> int(2) [2]=> int(3) } 関連キーワード: キャッシュ , 内容 , 取得 , CachingIterator , int , getCache , ...
https://man.plustar.jp/php/cachingiterator.getcache.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT