検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 45 for [SIMILAR] 16 1024 4096 WITH 22736 bcdiv WITH 180... (0.388 sec.)
Math 関数 0
« 定義済み定数 abs » PHP Manual Math Math 関数 Math 関数 目次 abs — 絶対値 acos — 逆余弦(アークコサイン) acosh — 逆双曲線余弦(アークハイパボリックコサイン) asin — 逆正弦(アークサイン) asinh — 逆双曲線正弦(アークハイパボリックサイン) atan2 — 2 変数のアークタンジェント atan — 逆正接 ...
https://man.plustar.jp/php/ref.math.html - [similar]
例外(exceptions) 0
« PHP 7 でのエラー 例外を拡張する » PHP Manual 言語リファレンス 例外(exceptions) 例外(exceptions) 目次 例外を拡張する PHP は、他のプログラミング言語に似た例外モデルを有しています。 PHP 内で例外が投げられ ( throw され)、それが 捕捉され ( catch され) ます。発生した例外を 捕捉するには、コー ...
https://man.plustar.jp/php/language.exceptions.html - [similar]
変更履歴 0
« サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありました。 Version Function Description PECL OCI8 3.2 oci_set_prefetch_lob PECL OCI8 1.4 oci_set_prefetch これより前のバージョンでは、rows は 1 以上でなければなりませんでした。 PECL OCI8 1.3.4 oci_ ...
https://man.plustar.jp/php/doc.changelog.html - [similar]
はじめに 0
« Math インストール/設定 » PHP Manual Math はじめに はじめに これらの数学関数は、実行するコンピューターの int 型および float 型の範囲で のみ値を処理します。 (これは、現在、それぞれ、C言語のlongおよびdoubleに対応します。) より大きな数を処理する必要がある場合には、 任意精度数学関数 の使用を ...
https://man.plustar.jp/php/intro.math.html - [similar]
数学 0
« mailparse_uudecode_all BC Math » PHP Manual 関数リファレンス 数学 数学 BC Math — BCMath 任意精度数学関数 はじめに インストール/設定 定義済み定数 BC Math 関数 GMP — GNU Multiple Precision はじめに インストール/設定 定義済み定数 例 GMP 関数 GMP — GMP クラス Math — 数学関数 はじめに インス ...
https://man.plustar.jp/php/refs.math.html - [similar]
指数表現 0
« pi rad2deg » PHP Manual Math 関数 指数表現 pow (PHP 4, PHP 5, PHP 7, PHP 8) pow — 指数表現 説明 pow ( mixed $num , mixed $exponent ): int | float | object num の exponent 乗を返します。 注意 : ** 演算子も使えます。 パラメータ num 使用する基数。 exponent 指数。 戻り値 num の exponent 乗 ...
https://man.plustar.jp/php/function.pow.html - [similar]
整数 0
« 論理型 (boolean) 浮動小数点数 » PHP Manual 型 整数 整数 int は、ℤ = {..., -2, -1, 0, 1, 2, ...} という集合です。 以下も参照ください。 任意精度整数 / GMP 浮動小数点数 任意精度整数 / BCMath 構文 整数 (integer) は、10 進数(基数 10)、16 進数 (基数 16)、8 進数 (基数 8) あるいは 2 進数 (基数 ...
https://man.plustar.jp/php/language.types.integer.html - [similar]
関数リファレンス 0
« PHP DTrace 静的プローブとともに SystemTap を使用 PHP の振る舞いの変更 » PHP Manual 関数リファレンス 関数リファレンス ヒント 参考 拡張モジュールの一覧/分類 . PHP の振る舞いの変更 APCu — APC User Cache Componere エラー処理 — エラー処理およびログ記録 FFI — Foreign Function Interface OPcac ...
https://man.plustar.jp/php/funcref.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 型 浮動小数点数 浮動小数点数 浮動小数点数 (あるいは "float", "double", "実数") は、次の構文により指定できます。 <?php $a = 1.234 ; $b = 1.2e3 ; $c = 7E-10 ; $d = 1_234.567 ; // PHP 7.4.0 以降 ?> PHP 7.4.0 以降の規約(これより前のバージョンでは、アンダースコアは許 ...
https://man.plustar.jp/php/language.types.float.html - [similar]
PREV 1 2 3 4 5 NEXT