検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 23 for Yac (0.012 sec.)
Yac 10338
« xhprof_sample_enable はじめに » PHP Manual PHP の振る舞いの変更 Yac Yac はじめに インストール/ ... インストール手順 実行時設定 リソース型 定義済み定数 Yac — The Yac class Yac::add — Store into cache Yac::_ ... _construct — Constructor Yac::delete — Remove items from cache Yac::dump — Dump ... cache Yac::flush — Flush the cache Yac::get — Retrieve value ... s from cache Yac::__get — Getter Yac::info — Status of cache Yac::s ...
https://man.plustar.jp/php/book.yac.html - [similar]
The Yac class 10204
« 定義済み定数 Yac::add » PHP Manual Yac The Yac class The Yac class (PECL yac >= 1.0.0) はじめに ... クラス概要 class Yac { /* プロパティ */ protected $ _prefix ; /* メソッ ... , mixed $value ): mixed } プロパティ _prefix 目次 Yac::add — Store into cache Yac::__construct — Constru ... ctor Yac::delete — Remove items from cache Yac::dump — Dump ... cache Yac::flush — Flush the cache Yac::get — Retrieve value ...
https://man.plustar.jp/php/class.yac.html - [similar]
実行時設定 10020
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... により動作が変化します。 Yac 設定オプション 名前 デフォルト 変更可能 変更履歴 y ... ac.compress_threshold -1 PHP_INI_SYSTEM yac.debug 0 PHP_INI_ALL yac.enable 1 PHP_INI_SYSTEM ya ... c.enable_cli 0 PHP_INI_SYSTEM yac.keys_memory_size 4M PHP_INI_SYSTEM yac.serializer ... php PHP_INI_SYSTEM yac.values_memory_size 64M PHP_INI_SYSTEM 以下に設定デ ...
https://man.plustar.jp/php/yac.configuration.html - [similar]
定義済み定数 9819
« リソース型 Yac » PHP Manual Yac 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... 実行時に動的にロードされている場合のみ使用可能です。 YAC_VERSION ( string ) YAC_MAX_KEY_LEN ( int ) Max len ... gth of a key could be, it is 48 bytes. YAC_MAX_VALUE_RAW_LEN ( int ) YAC_MAX_RAW_COMPRESSED_L ... EN ( int ) YAC_SERIALIZER_PHP ( int ) Use php serialize as serial ... izer YAC_SERIALIZER_JSON ( int ) Use json as serializer(req ...
https://man.plustar.jp/php/yac.constants.html - [similar]
Store into cache 9718
« Yac Yac::__construct » PHP Manual Yac Store into cache Yac::add (PECL yac >= 1.0.0) Yac::add — ... Store into cache 説明 public Yac::add ( string $keys , mixed $value , int $ttl = 0 ... ): bool public Yac::add ( array $key_vals ): bool Added a item into c ... り値 bool , true on success, false on failure 注意 : Yac::add() may fail if cas lock could not obtain, so, ... des like: 例1 Make sure the item is stored while(!$yac->set("key", "vale)); 関連キーワード: into , Yac , ...
https://man.plustar.jp/php/yac.add.html - [similar]
Constructor 9718
« Yac::add Yac::delete » PHP Manual Yac Constructor Yac::__construct (PECL yac >= 1.0.0) Yac::__ ... construct — Constructor 説明 public Yac::__construct ( string $prefix = "" ) prefix is use ... string prefix エラー / 例外 Throws an Exception if Yac is not enabled. Throws Exception if prefix exceeds ... max key length of 48 ( YAC_MAX_KEY_LEN ) bytes. 関連キーワード: Constructor , ... Yac , construct , Throws , string , Exception , key , ...
https://man.plustar.jp/php/yac.construct.html - [similar]
Getter 9568
« Yac::get Yac::info » PHP Manual Yac Getter Yac::__get (PECL yac >= 1.0.0) Yac::__get — Getter ... 説明 public Yac::__get ( string $key ): mixed Retrieve values from ... success, null on failure 関連キーワード: Getter , Yac , key , string , info , public , Retrieve , values ...
https://man.plustar.jp/php/yac.getter.html - [similar]
Store into cache 9568
« Yac::info Yac::__set » PHP Manual Yac Store into cache Yac::set (PECL yac >= 1.0.0) Yac::set — ... Store into cache 説明 public Yac::set ( string $keys , mixed $value , int $ttl = 0 ... ): bool public Yac::add ( array $key_vals ): bool Add a item into cac ... 戻り値 the value self 関連キーワード: into , Store , Yac , key , public , string , type , time , expire , リ ...
https://man.plustar.jp/php/yac.set.html - [similar]
Dump cache 9551
« Yac::delete Yac::flush » PHP Manual Yac Dump cache Yac::dump (PECL yac >= 1.0.0) Yac::dump — D ... ump cache 説明 public Yac::dump ( int $$num ): mixed Dump values stored in c ... ld be returned 戻り値 mixed 関連キーワード: Dump , Yac , num , flush , public , int , values , stored , パ ...
https://man.plustar.jp/php/yac.dump.html - [similar]
Flush the cache 9551
« Yac::dump Yac::get » PHP Manual Yac Flush the cache Yac::flush (PECL yac >= 1.0.0) Yac::flush ... — Flush the cache 説明 public Yac::flush (): bool Remove all cached values パラメータ ... 。 戻り値 bool, always true 関連キーワード: Flush , Yac , the , flush , パラメータ , public , Remove , all ...
https://man.plustar.jp/php/yac.flush.html - [similar]
PREV 1 2 3 NEXT