検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 109 for [SIMILAR] 16 1024 4096 WITH 43732 hexdec WITH 31... (0.152 sec.)
10 進数を 2 進数に変換する 0
« cosh dechex » PHP Manual Math 関数 10 進数を 2 進数に変換する decbin (PHP 4, PHP 5, PHP 7, PHP 8) decbin — 10 進数を 2 進数に変換する 説明 decbin ( int $num ): string 引数 num を 2 進数表現した文字列を返します。 パラメータ num 変換したい 10 進数値。 32 ビットマシンでの入力の範囲 正の n ...
https://man.plustar.jp/php/function.decbin.html - [similar]
エスケープシーケンス 0
« メタ文字 Unicode 文字プロパティ » PHP Manual PCRE 正規表現構文 エスケープシーケンス エスケープシーケンス バックスラッシュ〔日本語環境では円記号となる場合もある〕には、 いくつかの使用法があります。ひとつめの使用法は、 非英数字の前に記述する場合で、続く文字が表す特別な意味を取り去ります。 ...
https://man.plustar.jp/php/regexp.reference.escape.html - [similar]
変数の整数としての値を取得する 0
« gettype is_array » PHP Manual 変数操作 関数 変数の整数としての値を取得する intval (PHP 4, PHP 5, PHP 7, PHP 8) intval — 変数の整数としての値を取得する 説明 intval ( mixed $value , int $base = 10 ): int 指定された値 base を基数(デフォルトは 10)とする、 value の int としての値を返します ...
https://man.plustar.jp/php/function.intval.html - [similar]
関数・メソッド 0
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッドの一覧 a b c d e f g h i j k l m n o p q r s t u v w x y z _ 㠊 a abs - 絶対値 acos - 逆余弦(アークコサイン) acosh - 逆双曲線余弦(アークハイパボリックコサイン) addcslashes - C 言語と同様 ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
10進数の桁の文字を桁の値として取得する 0
« IntlChar::charAge IntlChar::charDirection » PHP Manual IntlChar 10進数の桁の文字を桁の値として取得する IntlChar::charDigitValue (PHP 7, PHP 8) IntlChar::charDigitValue — 10進数の桁の文字を桁の値として取得する 説明 public static IntlChar::charDigitValue ( int | string $codepoint ): ? in ...
https://man.plustar.jp/php/intlchar.chardigitvalue.html - [similar]
底が 10 の対数 0
« lcg_value log1p » PHP Manual Math 関数 底が 10 の対数 log10 (PHP 4, PHP 5, PHP 7, PHP 8) log10 — 底が 10 の対数 説明 log10 ( float $num ): float 底を 10 とする num の対数を返します。 パラメータ num 処理する引数。 戻り値 底を 10 とする num の対数を返します。 参考 log() - 自然対数 関連キ ...
https://man.plustar.jp/php/function.log10.html - [similar]
コードポイントが、16進数の文字であるかを調べる 0
« IntlChar::isWhitespace IntlChar::ord » PHP Manual IntlChar コードポイントが、16進数の文字であるかを調べる IntlChar::isxdigit (PHP 7, PHP 8) IntlChar::isxdigit — コードポイントが、16進数の文字であるかを調べる 説明 public static IntlChar::isxdigit ( int | string $codepoint ): ? bool 指定 ...
https://man.plustar.jp/php/intlchar.isxdigit.html - [similar]
フォーマット済みの文字列を出力する 0
« print quoted_printable_decode » PHP Manual String 関数 フォーマット済みの文字列を出力する printf (PHP 4, PHP 5, PHP 7, PHP 8) printf — フォーマット済みの文字列を出力する 説明 printf ( string $format , mixed ...$values ): int format にしたがって、出力を生成します。 パラメータ format 0個 ...
https://man.plustar.jp/php/function.printf.html - [similar]
16 進数を表す文字かどうかを調べる 0
« ctype_upper Filter » PHP Manual Ctype 関数 16 進数を表す文字かどうかを調べる ctype_xdigit (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_xdigit — 16 進数を表す文字かどうかを調べる 説明 ctype_xdigit ( mixed $text ): bool 与えられた文字列 text のすべての文字が 16 進の '数字' であるかどうかを ...
https://man.plustar.jp/php/function.ctype-xdigit.html - [similar]
0
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り、2 秒後に起動します $w1 = new EvTimer ( 2 , 0 , function () { echo "2 seconds elapsed\n" ; }); // タイマーを作って 2 秒後に起動させ、その後は // 手で止めるまで 1 秒おきに繰り返します $w2 = ne ...
https://man.plustar.jp/php/ev.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT