検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 68 for [SIMILAR] 16 1024 4096 WITH 23208 bcadd WITH 179... (0.125 sec.)
任意精度数値のべき乗の、指定した数値による剰余 0
« bcpow bcscale » PHP Manual BC Math 関数 任意精度数値のべき乗の、指定した数値による剰余 bcpowmod (PHP 5, PHP 7, PHP 8) bcpowmod — 任意精度数値のべき乗の、指定した数値による剰余 説明 bcpowmod ( string $num , string $exponent , string $modulus , ? int $scale = null ): string modulus で割っ ...
https://man.plustar.jp/php/function.bcpowmod.html - [similar]
演算子の優先順位 0
« 演算子 算術演算子 » PHP Manual 演算子 演算子の優先順位 演算子の優先順位 演算子の優先順位は、二つの式が"緊密に"結合している度合いを指定します。 例えば、式 1 + 5 * 3 の答えは 16 になり、 18 とはなりません。 これは乗算演算子("*")は、加算演算子("+")より高い優先順位を有するか らです。必要に ...
https://man.plustar.jp/php/language.operators.precedence.html - [similar]
論理演算子 0
« 加算子/減算子 文字列演算子 » PHP Manual 演算子 論理演算子 論理演算子 論理演算子 例 名前 結果 $a and $b 論理積 $a および $b が共に true の場合に true $a or $b 論理和 $a または $b のどちらかが true の場合に true $a xor $b 排他的論理和 $a または $b のどちらかが true でかつ両方とも true で ...
https://man.plustar.jp/php/language.operators.logical.html - [similar]
フィールドに (符号付きの) 一定量の時間を追加する 0
« IntlCalendar IntlCalendar::after » PHP Manual IntlCalendar フィールドに (符号付きの) 一定量の時間を追加する IntlCalendar::add (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::add — フィールドに (符号付きの) 一定量の時間を追加する 説明 オブジェクト指向型 public IntlCalendar ...
https://man.plustar.jp/php/intlcalendar.add.html - [similar]
はじめに 0
« BC Math インストール/設定 » PHP Manual BC Math はじめに はじめに 任意の精度の演算をサポートするために、PHP は 2147483647 (または 0x7FFFFFFF ) までの 任意のサイズおよび精度の小数桁をサポートする BCMath を提供します。 十分なメモリがあれば、文字列表現もサポートします。 有効(別名 well-form ...
https://man.plustar.jp/php/intro.bc.html - [similar]
実行演算子 0
« エラー制御演算子 加算子/減算子 » PHP Manual 演算子 実行演算子 実行演算子 PHP は 1 種類の実行演算子、バッククォート (``) をサポートします。 シングルクォートではないことに注意してください! PHP は、バッククォートの 中身をシェルコマンドとして実行しようとします。出力が返されます (すなわち、 ...
https://man.plustar.jp/php/language.operators.execution.html - [similar]
while 0
« 制御構造に関する別の構文 do-while » PHP Manual 制御構造 while while (PHP 4, PHP 5, PHP 7, PHP 8) while ループは、PHPで最も簡単なタイプのループです。 このループは、CのWHILEループと同様の動作をします。 while ループの基本形は次のようになります。 while (式) 文 while 文の意味は簡単です。 wh ...
https://man.plustar.jp/php/control-structures.while.html - [similar]
相対的な書式 0
« 複合的な書式 サポートされるタイムゾーンのリスト » PHP Manual サポートする日付と時刻の書式 相対的な書式 相対的な書式 このページでは、 DateTimeImmutable , DateTime , date_create() , date_create_immutable() , そして strtotime() のパーサーが理解する、 さまざまな相対日付/時刻フォーマットを説 ...
https://man.plustar.jp/php/datetime.formats.relative.html - [similar]
日付を設定する 0
« DateTimeImmutable::__set_state DateTimeImmutable::setISODate » PHP Manual DateTimeImmutable 日付を設定する DateTimeImmutable::setDate (PHP 5 >= 5.5.0, PHP 7, PHP 8) DateTimeImmutable::setDate — 日付を設定する 説明 public DateTimeImmutable::setDate ( int $year , int $month , int $day ): ...
https://man.plustar.jp/php/datetimeimmutable.setdate.html - [similar]
左の variant から右の variant を引き、その結果を返す 0
« variant_set variant_xor » PHP Manual COM関数 左の variant から右の variant を引き、その結果を返す variant_sub (PHP 5, PHP 7, PHP 8) variant_sub — 左の variant から右の variant を引き、その結果を返す 説明 variant_sub ( mixed $left , mixed $right ): variant right を left から引きます。 パ ...
https://man.plustar.jp/php/function.variant-sub.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT