検索

phrase: max: clip:
target: order:
Results of 491 - 500 of about 759 for KEY (0.031 sec.)
サンプル 3008
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... Generator::getReturn の例 Example#394 - Generator::key の例 Example#395 - Generator::send による値の注入 ... 例 Example#501 - apcu_inc の例 Example#502 - A apcu_key_info の例 Example#503 - apcu_sma_info の例 Example ... _meminfo の例 Example#655 - wincache_ucache_add で key を文字列にする例 Example#656 - wincache_ucache_add ...key を配列にする例 Example#657 - wincache_ucache_cas の ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
比較演算子 3008
« ビット演算子 エラー制御演算子 » PHP Manual 演算子 比較演算子 比較演算子 比較演算子は、その名前 ... ) { return 1 ; // $op1 > $op2 } foreach ( $op1 as $key => $val ) { if (! array_key_exists ( $key , $op2 ) ... ) { return 1 ; } elseif ( $val < $op2 [ $key ]) { return - 1 ; } elseif ( $val > $op2 [ $key ]) ...
https://man.plustar.jp/php/language.operators.comparison.html - [similar]
基本的な使用法 3008
« 例 Memcache » PHP Manual 例 基本的な使用法 基本的な使用法 例1 memcache 拡張モジュールの概要 こ ... tmp_object -> int_attr = 123 ; $memcache -> set ( 'key' , $tmp_object , false , 10 ) or die ( "データをサ ... 秒です)<br/>\n" ; $get_result = $memcache -> get ( 'key' ); echo "キャッシュから取得したデータ:<br/>\n" ; ...
https://man.plustar.jp/php/memcache.examples-overview.html - [similar]
Read-through キャッシュコールバック 3008
« Result コールバック セッションのサポート » PHP Manual コールバック Read-through キャッシュコー ... ートしているのは Memcached::get() と Memcached::getByKey() のみです。 というのも memcache プロトコルでは、 ... 'user_info_cb' ); function user_info_cb ( $memc , $key , & $value ) { $user_id = substr ( $key , 5 ); /* ...
https://man.plustar.jp/php/memcached.callbacks.read-through.html - [similar]
Encrypt a value 3008
« MongoDB\Driver\ClientEncryption::decrypt MongoDB\Driver\ServerApi » PHP Manual MongoDB\Driver\ ... ngoDB\Driver\ClientEncryption::ALGORITHM_INDEXED . keyAltName string Identifies a key vault collection do ... cument by keyAltName . This option is mutually exclusive with ke ... yId and exactly one is required. keyId MongoDB\BSON\Binary Identifies a data key by _id ... subtype 4). This option is mutually exclusive with keyAltName and exactly one is required. queryType int ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.encrypt.html - [similar]
定義済み定数 3008
« リソース型 例 » PHP Manual OAuth 定義済み定数 定義済み定数 以下の定数が定義されています。 この ... ータが含まれていなければなりません。 OAUTH_CONSUMER_KEY_UNKNOWN ( int ) oauth_consumer_key が、一時的にサー ... けているなどの可能性が考えられます。 OAUTH_CONSUMER_KEY_REFUSED ( int ) コンシューマキーが拒否されました。 ...
https://man.plustar.jp/php/oauth.constants.html - [similar]
現在のエントリが配列あるいはオブジェクトであるかどうかを返す 3008
« RecursiveArrayIterator::getChildren RecursiveCachingIterator » PHP Manual RecursiveArrayIterat ... 表示します foreach ( $iterator -> getChildren () as $key => $value ) { echo $key . ' : ' . $value . "\n" ; ...
https://man.plustar.jp/php/recursivearrayiterator.haschildren.html - [similar]
GUI用の拡張モジュール 3008
« XSLTProcessor::transformToXml UI » PHP Manual 関数リファレンス GUI用の拡張モジュール GUI用の拡 ... Settings UI\Draw\Line\Join — Line Join Settings UI\KeyKey Identifiers UI\Exception\InvalidArgumentExce ...
https://man.plustar.jp/php/refs.ui.html - [similar]
コンテンツをレスポンスに設定する 3008
« Yaf_Response_Abstract::setAllHeaders Yaf_Response_Abstract::setHeader » PHP Manual Yaf_Respons ... onse_Abstract::setBody ( string $content , string $key = ? ): bool コンテンツをレスポンスに設定します。 パ ... ラメータ body コンテンツ文字列。 key コンテンツのキー。キーを指定しない場合は、 Yaf_Res ...
https://man.plustar.jp/php/yaf-response-abstract.setbody.html - [similar]
APC User Cache 2987
« PHP の振る舞いの変更 はじめに » PHP Manual PHP の振る舞いの変更 APC User Cache APC User Cache ... ュから取得する apcu_inc — 保存した数値を増やす apcu_key_info — キャッシュのキーに関する詳細な情報を取得する ... — キャッシュのサイズの合計を取得する APCUIterator::key — イテレータのキーを取得する APCUIterator::next — ...
https://man.plustar.jp/php/book.apcu.html - [similar]