検索

phrase: max: clip:
target: order:
Results of 551 - 560 of about 759 for KEY (0.088 sec.)
配列内の現在の要素を返す 2898
« count each » PHP Manual 配列 関数 配列内の現在の要素を返す current (PHP 4, PHP 5, PHP 7, PHP 8 ... とを適切にチェックするには、 current() が指す要素の key() の値が、 厳密に null ではないことをチェックすべき ... 考 end() - 配列の内部ポインタを最終要素にセットする key() - 配列からキーを取り出す each() - 配列から現在の ...
https://man.plustar.jp/php/function.current.html - [similar]
変数が空であるかどうかを検査する 2898
« doubleval floatval » PHP Manual 変数操作 関数 変数が空であるかどうかを検査する empty (PHP 4, P ... ar_dump (empty( $expected_array_got_string [ 'some_key' ])); var_dump (empty( $expected_array_got_string ... set() unset() - 指定した変数の割当を解除する array_key_exists() - 指定したキーまたは添字が配列にあるかどう ...
https://man.plustar.jp/php/function.empty.html - [similar]
S/MIME メッセージを暗号化する 2898
« openssl_pkcs7_decrypt openssl_pkcs7_read » PHP Manual OpenSSL 関数 S/MIME メッセージを暗号化す ... t your forged passport! HQ EOD; // キーを読み込む $key = file_get_contents ( "nighthawk.pem" ); // ファイ ... ( openssl_pkcs7_encrypt ( "msg.txt" , "enc.txt" , $key , array( "To" => "nighthawk@example.com" , // 連想 ...
https://man.plustar.jp/php/function.openssl-pkcs7-encrypt.html - [similar]
Prepares a query for execution 2898
« sqlsrv_num_rows sqlsrv_query » PHP Manual SQLSRV 関数 Prepares a query for execution sqlsrv_pr ... y specifying query property options. The supported keys are described in the following table: Query Optio ... ns Key Values Description QueryTimeout A positive integer ... OR_STATIC, SQLSRV_CURSOR_DYNAMIC, or SQLSRV_CURSOR_KEYSET See » Specifying a Cursor Type and Selecting Ro ... This array maps the order ID to order quantity in key=>value pairs. $orders = array( 1 => 10 , 2 => 20 , ...
https://man.plustar.jp/php/function.sqlsrv-prepare.html - [similar]
指定したキーで排他ロックを確保する 2898
« wincache_fcache_meminfo wincache_ocache_fileinfo » PHP Manual WinCache 関数 指定したキーで排他 ... で排他ロックを確保する 説明 wincache_lock ( string $key , bool $isglobal = false ): bool 指定したキーについ ... 、これらの関数を使う必要のないものです。 パラメータ key ロックを取得したいキャッシュ内のキーの名前。 isglo ...
https://man.plustar.jp/php/function.wincache-lock.html - [similar]
エラー制御演算子 2898
« 比較演算子 実行演算子 » PHP Manual 演算子 エラー制御演算子 エラー制御演算子 PHP はエラー制御演 ... でなく、全ての式で動作します。 $value = @ $cache [ $key ]; // インデックス $key が存在しない場合でも、警告 ...
https://man.plustar.jp/php/language.operators.errorcontrol.html - [similar]
Deserialization from BSON 2898
« Serialization to BSON Security » PHP Manual Persisting Data Deserialization from BSON Deserial ... 告 BSON documents can technically contain duplicate keys because documents are stored as a list of key-val ... d refrain from generating documents with duplicate keys as server and driver behavior may be undefined. S ... ince PHP objects and arrays cannot have duplicate keys, data could also be lost when decoding a BSON doc ... ument with duplicate keys. The legacy mongo extension deserialized both BSO ...
https://man.plustar.jp/php/mongodb.persistence.deserialization.html - [similar]
リソース型 2898
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 PHP 8.0.0 より前の ... ルで3つのリソースタイプが定義されていました: OpenSSL key OpenSSL X.509 OpenSSL X.509 CSR 関連キーワード: リ ...
https://man.plustar.jp/php/openssl.resources.html - [similar]
グローバルスコープで使用可能なすべての変数への参照 2898
« スーパーグローバル $_SERVER » PHP Manual 定義済の変数 グローバルスコープで使用可能なすべての変 ... に書き戻すようにして下さい。 foreach ( $globals as $key => $value ) { $GLOBALS [ $key ] = $value ; } ?> 関 ...
https://man.plustar.jp/php/reserved.variables.globals.html - [similar]
Merges source to the current SolrDocument 2898
« SolrDocument::key SolrDocument::next » PHP Manual SolrDocument Merges source to the current So ...
https://man.plustar.jp/php/solrdocument.merge.html - [similar]