検索

phrase: max: clip:
target: order:
Results of 1 - 7 of about 7 for hexadecimal (0.002 sec.)
16 進数を表す文字かどうかを調べる 12704
« ctype_upper Filter » PHP Manual Ctype 関数 16 進数を表す文字かどうかを調べる ctype_xdigit (PHP ... se )) { echo "The string $testcase consists of all hexadecimal digits.\n" ; } else { echo "The string $testcase d ... oes not consist of all hexadecimal digits.\n" ; } } ?> 上の例の出力は以下となります。 ... The string AB10BC99 consists of all hexadecimal digits. The string AR1012 does not consist of all ... ecimal digits. The string ab12bc99 consists of all hexadecimal digits. 参考 ctype_digit() - 数字かどうかを調べる ...
https://man.plustar.jp/php/function.ctype-xdigit.html - [similar]
Construct a new ObjectId 10778
« MongoDB\BSON\ObjectId MongoDB\BSON\ObjectId::getTimestamp » PHP Manual MongoDB\BSON\ObjectId C ... $id = ? ) パラメータ id ( string ) A 24-character hexadecimal string. If not provided, the driver will generate ... validArgumentException if id is not a 24-character hexadecimal string. 例 例1 MongoDB\BSON\ObjectId::__construct( ... BSON , Construct , new , string , a , construct , hexadecimal , InvalidArgumentException , not ...
https://man.plustar.jp/php/mongodb-bson-objectid.construct.html - [similar]
数値の基数を任意に変換する 8960
« atanh bindec » PHP Manual Math 関数 数値の基数を任意に変換する base_convert (PHP 4, PHP 5, PHP ... うに計算されます。 例 例1 base_convert() の例 <?php $hexadecimal = 'a37334' ; echo base_convert ( $hexadecimal , 16 ...
https://man.plustar.jp/php/function.base-convert.html - [similar]
整数 8160
« 論理型 (boolean) 浮動小数点数 » PHP Manual 型 整数 整数 int は、ℤ = {..., -2, -1, 0, 1, 2, ... ... れませんでした) decimal : [1-9][0-9]*(_[0-9]+)* | 0 hexadecimal : 0[xX][0-9a-fA-F]+(_[0-9a-fA-F]+)* octal : 0[oO]? ... * binary : 0[bB][01]+(_[01]+)* integer : decimal | hexadecimal | octal | binary 整数のサイズはプラットフォームに依 ...
https://man.plustar.jp/php/language.types.integer.html - [similar]
指定したパラメータでプレーンテキストを暗号化する 7742
« mcrypt_enc_self_test mcrypt_generic_deinit » PHP Manual Mcrypt 関数 指定したパラメータでプレー ... nvert a string into a key # key is specified using hexadecimal $key = pack ( 'H*' , "bcb04b7e103a0cd8b54763051cef ...
https://man.plustar.jp/php/function.mcrypt-encrypt.html - [similar]
文字クラス 7652
« ドット 選択肢 » PHP Manual PCRE 正規表現構文 文字クラス 文字クラス 開き角カッコは文字クラス (c ... letters word "word" characters (same as \w) xdigit hexadecimal digits space 文字は HT (9), LF (10), VT (11), FF ( ...
https://man.plustar.jp/php/regexp.reference.character-classes.html - [similar]
新機能 7543
« PHP 7.3.x から PHP 7.4.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 7.3.x から P ... // float 299_792_458 ; // decimal 0xCAFE_F00D ; // hexadecimal 0b0101_1111 ; // binary ?> 弱い参照 弱い参照 により ...
https://man.plustar.jp/php/migration74.new-features.html - [similar]
PREV 1 NEXT