検索

phrase: max: clip:
target: order:
Results of 501 - 510 of about 1070 for Dump (0.037 sec.)
Update the element value of sequence type column using OID 2856
« cubrid_seq_insert cubrid_set_add » PHP Manual CUBRID 関数 Update the element value of sequence ... $attr = cubrid_col_get ( $conn , $oid , "c" ); var_dump ( $attr ); cubrid_seq_put ( $conn , $oid , "c" , 1 ... $attr = cubrid_col_get ( $conn , $oid , "c" ); var_dump ( $attr ); cubrid_close_request ( $req ); cubrid_d ...
https://man.plustar.jp/php/function.cubrid-seq-put.html - [similar]
Insert a single element to set type column using OID 2856
« cubrid_seq_put cubrid_set_autocommit » PHP Manual CUBRID 関数 Insert a single element to set t ... $attr = cubrid_col_get ( $conn , $oid , "b" ); var_dump ( $attr ); cubrid_set_add ( $conn , $oid , "b" , " ... $attr = cubrid_col_get ( $conn , $oid , "b" ); var_dump ( $attr ); cubrid_close_request ( $req ); cubrid_d ...
https://man.plustar.jp/php/function.cubrid-set-add.html - [similar]
マングリングされたオブジェクトのプロパティを配列で返す 2856
« get_declared_traits get_object_vars » PHP Manual クラス/オブジェクト関数 マングリングされたオブ ... bject -> dynamic = 5 ; $object ->{ '6' } = 6 ; var_dump ( get_mangled_object_vars ( $object )); class AO e ... [ 'x' => 'y' ]); $arrayObject -> dynamic = 2 ; var_dump ( get_mangled_object_vars ( $arrayObject )); 上の例 ...
https://man.plustar.jp/php/function.get-mangled-object-vars.html - [similar]
タイミング攻撃に対して安全な文字列比較 2856
« hash_copy hash_file » PHP Manual Hash 関数 タイミング攻撃に対して安全な文字列比較 hash_equals ... pple' , '$2a$07$usesomesillystringforsalt$' ); var_dump ( hash_equals ( $expected , $correct )); var_dump ...
https://man.plustar.jp/php/function.hash-equals.html - [similar]
通常ファイルかどうかを調べる 2856
« is_executable is_link » PHP Manual ファイルシステム 関数 通常ファイルかどうかを調べる is_file ... ING が発生します。 例 例1 is_file() の例 <?php var_dump ( is_file ( 'a_file.txt' )) . "\n" ; var_dump ( is ...
https://man.plustar.jp/php/function.is-file.html - [similar]
イテレータを配列にコピーする 2856
« iterator_count spl_autoload_call » PHP Manual SPL 関数 イテレータを配列にコピーする iterator_t ... ' => 'pancakes' , 'egg' , 'milk' , 'flour' )); var_dump ( iterator_to_array ( $iterator , true )); var_dum ...
https://man.plustar.jp/php/function.iterator-to-array.html - [similar]
Unicode のコードポイントに対応する文字を返す 2856
« mb_check_encoding mb_convert_case » PHP Manual マルチバイト文字列 関数 Unicode のコードポイント ... AC , 128024 ]; foreach ( $values as $value ) { var_dump ( mb_chr ( $value , 'UTF-8' )); var_dump ( mb_chr ...
https://man.plustar.jp/php/function.mb-chr.html - [similar]
匿名の公開鍵暗号による暗号化 2856
« sodium_crypto_box_seal_open sodium_crypto_box_secretkey » PHP Manual Sodium 関数 匿名の公開鍵暗 ... box_seal ( $decoded_plaintext , $public_key ); var_dump ( base64_encode ( $sealed )); $opened = sodium_cry ... pto_box_seal_open ( $sealed , $keypair ); var_dump ( $opened ); ?> 上の例の出力は、 たとえば以下のよう ...
https://man.plustar.jp/php/function.sodium-crypto-box-seal.html - [similar]
認証付きの共有鍵による暗号化 2856
« sodium_crypto_secretbox_open sodium_crypto_secretstream_xchacha20poly1305_init_pull » PHP Manu ... ypto_secretbox ( $plaintext , $nonce , $key ); var_dump ( bin2hex ( $ciphertext )); // The same nouce and ... key are required to decrypt the $ciphertext var_dump ( sodium_crypto_secretbox_open ( $ciphertext , $no ...
https://man.plustar.jp/php/function.sodium-crypto-secretbox.html - [similar]
コードポイントの "age" を取得する 2856
« IntlChar IntlChar::charDigitValue » PHP Manual IntlChar コードポイントの "age" を取得する Intl ... ます。 例 例1 さまざまなコードポイントの例 <?php var_dump ( IntlChar :: charage ( "\u{2603}" )); var_dump ( ...
https://man.plustar.jp/php/intlchar.charage.html - [similar]