検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 31 for hex (0.002 sec.)
疑似ランダムなバイト文字列を生成する 12909
« openssl_public_encrypt openssl_seal » PHP Manual OpenSSL 関数 疑似ランダムなバイト文字列を生成 ... = openssl_random_pseudo_bytes ( $i , $cstrong ); $hex = bin2hex ( $bytes ); echo "Lengths: Bytes: $i and ... Hex: " . strlen ( $hex ) . PHP_EOL ; var_dump ( $hex ) ... たとえば以下のようになります。 Lengths: Bytes: 1 and Hex: 2 string(2) "42" bool(true) Lengths: Bytes: 2 and ... Hex: 4 string(4) "dc6e" bool(true) Lengths: Bytes: 3 a ...
https://man.plustar.jp/php/function.openssl-random-pseudo-bytes.html - [similar]
値を JSON 形式にして返す 11599
« json_decode json_last_error_msg » PHP Manual JSON 関数 値を JSON 形式にして返す json_encode (P ... スーパーセットです。 flags JSON_FORCE_OBJECT , JSON_HEX_QUOT , JSON_HEX_TAG , JSON_HEX_AMP , JSON_HEX_APOS ... ), "\n" ; echo "Tags: " , json_encode ( $a , JSON_HEX_TAG ), "\n" ; echo "Apos: " , json_encode ( $a , J ... SON_HEX_APOS ), "\n" ; echo "Quot: " , json_encode ( $a , ... JSON_HEX_QUOT ), "\n" ; echo "Amp: " , json_encode ( $a , J ...
https://man.plustar.jp/php/function.json-encode.html - [similar]
16 進数を 10 進数に変換する 10774
« getrandmax hypot » PHP Manual Math 関数 16 進数を 10 進数に変換する hexdec (PHP 4, PHP 5, PHP ... 7, PHP 8) hexdec — 16 進数を 10 進数に変換する 説明 hexdec ( str ... ing $hex_string ): int | float 引数 hex_string により指定さ ... れた 16 進数に 等価な 10 進数を返します。 hexdec() は、16 進数を 表す文字列を 10 進数に変換します ...hexdec() は、16 進数以外の文字を一切無視します。 PHP 7 ...
https://man.plustar.jp/php/function.hexdec.html - [similar]
バイナリのデータを16進表現に変換する 10580
« addslashes chop » PHP Manual String 関数 バイナリのデータを16進表現に変換する bin2hex (PHP 4, ... PHP 5, PHP 7, PHP 8) bin2hex — バイナリのデータを16進表現に変換する 説明 bin2he ... 字列を16進表現に変換したものを返します。 例 例1 bin2hex() の例 <?php $hex = bin2hex ( 'Hello world!' ); va ... r_dump ( $hex ); var_dump ( hex2bin ( $hex )); ?> 上の例の出力は ... 6c6f20776f726c6421" string(12) "Hello world!" 参考 hex2bin() - 16進エンコードされたバイナリ文字列をデコー ...
https://man.plustar.jp/php/function.bin2hex.html - [similar]
16進エンコードされたバイナリ文字列をデコードする 10030
« hebrevc html_entity_decode » PHP Manual String 関数 16進エンコードされたバイナリ文字列をデコー ... ドする hex2bin (PHP 5 >= 5.4.0, PHP 7, PHP 8) hex2bin — 16進エ ... ンコードされたバイナリ文字列をデコードする 説明 hex2bin ( string $string ): string | false 16進エンコー ... 場合は E_WARNING レベルのエラーが発生します。 例 例1 hex2bin() の例 <?php $hex = hex2bin ( "6578616d706c652 ... 06865782064617461" ); var_dump ( $hex ); ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/function.hex2bin.html - [similar]
9285
« 定義済み定数 拡張 » PHP Manual リフレクション 例 例 リフレクションのドキュメントの中には多くの ... 2.1 ] { - Constants [10] { Constant [ integer JSON_HEX_TAG ] { 1 } Constant [ integer JSON_HEX_AMP ] { 2 ... } Constant [ integer JSON_HEX_APOS ] { 4 } Constant [ integer JSON_HEX_QUOT ] { ...
https://man.plustar.jp/php/reflection.examples.html - [similar]
リモートサーバーのフィンガープリントを処理する 9188
« ssh2_fetch_stream ssh2_forward_accept » PHP Manual SSH2 関数 リモートサーバーのフィンガープリン ... t $flags = SSH2_FINGERPRINT_MD5 | SSH2_FINGERPRINT_HEX ): string アクティブなセッションからサーバーホスト ... flags は SSH2_FINGERPRINT_MD5 、 SSH2_FINGERPRINT_HEX で論理和された SSH2_FINGERPRINT_SHA1 、 SSH2_FINGE ... nnection , SSH2_FINGERPRINT_MD5 | SSH2_FINGERPRINT_HEX ); if ( $fingerprint != $known_host ) { die( "HOST ...
https://man.plustar.jp/php/function.ssh2-fingerprint.html - [similar]
Character representations 9091
« Pattern matching Character classes » PHP Manual Pattern matching Character representations Cha ... Character specified by a three-digit octal code. \xhex Character specified by a hex code. \cchar Named co ... aracter , specified , Horizontal , Named , cchar , hex , xhex ...
https://man.plustar.jp/php/parle.regex.chars.html - [similar]
文字を HTML 数値エンティティにエンコードする 8444
« mb_encode_mimeheader mb_encoding_aliases » PHP Manual マルチバイト文字列 関数 文字を HTML 数値 ... g , array $map , ? string $encoding = null , bool $hex = false ): string string の中で指定した文字コードを ... の場合は、 内部文字エンコーディングを使用します。 hex 返されたエンティティのリファレンスが16進記法である ... coding , numericentity , map , 変換 , パラメータ , hex ...
https://man.plustar.jp/php/function.mb-encode-numericentity.html - [similar]
文字列を音訳する 8444
« Transliterator::listIDs IntlBreakIterator » PHP Manual Transliterator 文字列を音訳する Transli ... 307E\u3059" ; echo transliterator_transliterate ( "Hex-Any/Java" , $s ), "\n" ; //now the reverse operati ... encSupplChar = transliterator_transliterate ( "Any-Hex/Java" , $supplChar ); //echoes two encoded UTF-16 ... ; //and back echo transliterator_transliterate ( "Hex-Any/Java" , $encSupplChar ), "\n" ; ?> 上の例の出力 ...
https://man.plustar.jp/php/transliterator.transliterate.html - [similar]
PREV 1 2 3 4 NEXT