検索

phrase: max: clip:
target: order:
Results of 681 - 690 of about 759 for KEY (0.488 sec.)
配列の内部ポインタを最終要素にセットする 2762
« each extract » PHP Manual 配列 関数 配列の内部ポインタを最終要素にセットする end (PHP 4, PHP 5 ... セットする next() - 配列の内部ポインタを進める array_key_last() - 配列の最後のキーを得る 関連キーワード: 配 ...
https://man.plustar.jp/php/function.end.html - [similar]
画像ファイルから EXIF ヘッダを読み込む 2762
« exif_imagetype exif_tagname » PHP Manual Exif 関数 画像ファイルから EXIF ヘッダを読み込む exif ... ); echo "test2.jpg:<br />\n" ; foreach ( $exif as $key => $section ) { foreach ( $section as $name => $va ... l ) { echo " $key . $name : $val <br />\n" ; } } ?> 最初のコールは失 ...
https://man.plustar.jp/php/function.exif-read-data.html - [similar]
値を JSON 形式にして返す 2762
« json_decode json_last_error_msg » PHP Manual JSON 関数 値を JSON 形式にして返す json_encode (P ... ial ) ); echo PHP_EOL . "Sequential array with one key unset" . PHP_EOL ; unset( $sequential [ 1 ]); var_ ... ,"3":"baz","4":"blong"}" Sequential array with one key unset array(3) { [0]=> string(3) "foo" [2]=> strin ...
https://man.plustar.jp/php/function.json-encode.html - [similar]
指定した暗号のブロックサイズを得る 2762
« mcrypt_generic mcrypt_get_cipher_name » PHP Manual Mcrypt 関数 指定した暗号のブロックサイズを得 ... e ( 'tripledes' , 'ecb' ); // 8 ?> 参考 mcrypt_get_key_size() - 指定した暗号のキーの長さを得る mcrypt_enc ...
https://man.plustar.jp/php/function.mcrypt-get-block-size.html - [similar]
サポートされる全ての暗号を配列として取得する 2762
« mcrypt_get_key_size mcrypt_list_modes » PHP Manual Mcrypt 関数 サポートされる全ての暗号を配列と ...
https://man.plustar.jp/php/function.mcrypt-list-algorithms.html - [similar]
Returns the PHP representation of a BSON value 2762
« MongoDB\BSON\toJSON MongoDB\BSON\toRelaxedExtendedJSON » PHP Manual 関数 Returns the PHP repre ... 告 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. パラメータ bson ( string ) BSON value to be unse ...
https://man.plustar.jp/php/function.mongodb.bson-tophp.html - [similar]
データを復号する 2762
« openssl_csr_sign openssl_dh_compute_key » PHP Manual OpenSSL 関数 データを復号する openssl_dec ...
https://man.plustar.jp/php/function.openssl-decrypt.html - [similar]
現在のページに注釈を追加する 2762
« ps_add_locallink ps_add_pdflink » PHP Manual PS 関数 現在のページに注釈を追加する ps_add_note ... 、 insert 、 note 、 paragraph 、 newparagraph 、 key あるいは help のいずれかが設定できます。 open open ...
https://man.plustar.jp/php/function.ps-add-note.html - [similar]
Returns error and warning information about the last SQLSRV operation performed 2762
« sqlsrv_connect sqlsrv_execute » PHP Manual SQLSRV 関数 Returns error and warning information a ... e returned arrays: Array returned by sqlsrv_errors Key Description SQLSTATE For errors that originate fro ...
https://man.plustar.jp/php/function.sqlsrv-errors.html - [similar]
Executes a statement prepared with sqlsrv_prepare 2762
« sqlsrv_errors sqlsrv_fetch_array » PHP Manual SQLSRV 関数 Executes a statement prepared with s ... 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-execute.html - [similar]