検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 340 for [SIMILAR] 16 1024 4096 WITH 20021 レコ WITH 7220... (0.418 sec.)
ArithmeticError 0
« ArgumentCountError AssertionError » PHP Manual 定義済みの例外 ArithmeticError ArithmeticError (PHP 7, PHP 8) はじめに ArithmeticError は、数学的な操作でエラーが発生した場合にスローされます。 たとえばマイナスのビットシフトを行おうとした場合などに発生します。 また、結果が int の範囲をこえ ...
https://man.plustar.jp/php/class.arithmeticerror.html - [similar]
DOMNodeList クラス 0
« DOMNode::replaceChild DOMNodeList::count » PHP Manual DOM DOMNodeList クラス DOMNodeList クラス (PHP 5, PHP 7, PHP 8) クラス概要 class DOMNodeList implements IteratorAggregate , Countable { /* プロパティ */ public readonly int $ length ; /* メソッド */ public count (): int public item ...
https://man.plustar.jp/php/class.domnodelist.html - [similar]
RangeException クラス 0
« OverflowException RuntimeException » PHP Manual 例外 RangeException クラス RangeException クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに プログラムの実行時に範囲エラーが発生したことを示すときにスローされる例外です。 通常は、アンダーフローやオーバーフロー以外の計算エラーが発生したことを ...
https://man.plustar.jp/php/class.rangeexception.html - [similar]
逆余弦(アークコサイン) 0
« abs acosh » PHP Manual Math 関数 逆余弦(アークコサイン) acos (PHP 4, PHP 5, PHP 7, PHP 8) acos — 逆余弦(アークコサイン) 説明 acos ( float $num ): float num のアークコサインをラジアンで返します。 acos() は cos() の逆関数で、 acos() がとりうる範囲内のすべての a について a==cos(acos(a ...
https://man.plustar.jp/php/function.acos.html - [similar]
逆正弦(アークサイン) 0
« acosh asinh » PHP Manual Math 関数 逆正弦(アークサイン) asin (PHP 4, PHP 5, PHP 7, PHP 8) asin — 逆正弦(アークサイン) 説明 asin ( float $num ): float num のアークサインをラジアンで返します。 asin() は sin() の逆関数で、 asin() がとりうる範囲内のすべての a について a==sin(asin(a)) が ...
https://man.plustar.jp/php/function.asin.html - [similar]
逆正接(アークタンジェント) 0
« atan2 atanh » PHP Manual Math 関数 逆正接(アークタンジェント) atan (PHP 4, PHP 5, PHP 7, PHP 8) atan — 逆正接(アークタンジェント) 説明 atan ( float $num ): float num のアークタンジェントをラジアンで返します。 atan() is the は tan() の逆関数で、 atan() がとりうる範囲内のすべての a に ...
https://man.plustar.jp/php/function.atan.html - [similar]
端数の切り上げ 0
« bindec cos » PHP Manual Math 関数 端数の切り上げ ceil (PHP 4, PHP 5, PHP 7, PHP 8) ceil — 端数の切り上げ 説明 ceil ( int | float $num ): float 必要に応じて num を切り上げ、 num の次に大きい整数値を返します。 パラメータ num 丸める値。 戻り値 num の次に大きい整数値を返します。 ceil() の戻 ...
https://man.plustar.jp/php/function.ceil.html - [similar]
値が有限の数値であるかどうかを判定する 0
« intdiv is_infinite » PHP Manual Math 関数 値が有限の数値であるかどうかを判定する is_finite (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) is_finite — 値が有限の数値であるかどうかを判定する 説明 is_finite ( float $num ): bool num が このプラットフォーム上で有効な有限値であるかどうかを調べます。 ...
https://man.plustar.jp/php/function.is-finite.html - [similar]
日付を Unix のタイムスタンプとして取得する 0
« microtime strftime » PHP Manual 日付・時刻 関数 日付を Unix のタイムスタンプとして取得する mktime (PHP 4, PHP 5, PHP 7, PHP 8) mktime — 日付を Unix のタイムスタンプとして取得する 説明 mktime ( int $hour , ? int $minute = null , ? int $second = null , ? int $month = null , ? int $day = ...
https://man.plustar.jp/php/function.mktime.html - [similar]
英文形式の日付を Unix タイムスタンプに変換する 0
« strptime time » PHP Manual 日付・時刻 関数 英文形式の日付を Unix タイムスタンプに変換する strtotime (PHP 4, PHP 5, PHP 7, PHP 8) strtotime — 英文形式の日付を Unix タイムスタンプに変換する 説明 strtotime ( string $datetime , ? int $baseTimestamp = null ): int | false この関数は英語の書式 ...
https://man.plustar.jp/php/function.strtotime.html - [similar]