Translation

English
English Japanese
f_isNaN - Find whether a value is not a number f_isNaN-値が数値でないかどうかを調べます
Returns 1 (or B) if A === NaN or 0 (or C) if not. Parameters B and C are optional. A === NaNの場合は1(またはB)を返し、そうでない場合は0(またはC)を返します。パラメータBおよびCはオプションです。
f_cmp - Complex Comparison f_cmp-複雑な比較
f_int - Alias of f_floor f_int-f_floorのエイリアス
f_rnd - Alias of f_round f_rnd-f_roundのエイリアス
f_eq - Alias of f_cmp - IS EQUAL f_eq-f_cmpのエイリアス-同等です
Returns 1 (or C) if A == B or 0 (or D) if not. Parameters C and D are optional. A == Bの場合は1(またはC)を返し、そうでない場合は0(またはD)を返します。パラメータCおよびDはオプションです。
f_uq - Alias of f_cmp - IS UNEQUAL f_uq-f_cmpのエイリアス-不等
Returns 1 (or C) if A != B or 0 (or D) if not. Parameters C and D are optional. A!= Bの場合は1(またはC)を返し、そうでない場合は0(またはD)を返します。パラメータCおよびDはオプションです。
f_gt - Alias of f_cmp - IS GREATER THAN f_gt-f_cmpのエイリアス-より大きい
Returns 1 (or C) if A > B or 0 (or D) if not. Parameters C and D are optional. A> Bの場合は1(またはC)を返し、そうでない場合は0(またはD)を返します。パラメータCおよびDはオプションです。
f_lt - Alias of f_cmp - IS LOWER THAN f_lt-f_cmpのエイリアス-より低い
Returns 1 (or C) if A < B or 0 (or D) if not. Parameters C and D are optional. A <Bの場合は1(またはC)を返し、そうでない場合は0(またはD)を返します。パラメータCおよびDはオプションです。
f_ge - Alias of f_cmp - IS GREATER OR EQUAL f_ge-f_cmpのエイリアス-より大きいまたは等しい
Returns 1 (or C) if A >= B or 0 (or D) if not. Parameters C and D are optional. A> = Bの場合は1(またはC)を返し、そうでない場合は0(またはD)を返します。パラメータCおよびDはオプションです。
f_le - Alias of f_cmp - IS LOWER OR EQUAL f_le-f_cmpのエイリアス-低いか等しい
Returns 1 (or C) if A <= B or 0 (or D) if not. Parameters C and D are optional. A <= Bの場合は1(またはC)を返し、そうでない場合は0(またはD)を返します。パラメータCおよびDはオプションです。
Addition 添加
Mathematical Operation to return the sum of two or more summands 2つ以上の被加数の合計を返す数学演算
Subtraction 引き算
Mathematical Operation to return the difference of minuend and subtrahend 被減数と減数の差を返す数学演算
Multiplication 乗算
Mathematical Operation to return the product of multiplier and multiplicant 乗数と乗数の積を返す数学演算
Division 分割
Mathematical Operation to return the fraction of divident and divisor 除数と除数の分数を返す数学演算
Modulus 係数
Mathematical Operation to return the remainder of a division of two integers 2つの整数の除算の余りを返す数学演算
Exponentiation - PHP5.6 or above required べき乗-PHP5.6以上が必要
Mathematical Operation to return the repeated multiplication (or division) of a base by its exponent. 基数の指数による繰り返しの乗算(または除算)を返す数学演算。
Decimal Mark CSVの10進数区切り文字
Decimal Mark used to separate the integer part from the fractional part 整数部の終わりと小数部の始まりを示す記号。

Loading…

No matching activity found.

Browse all component changes

Glossary

English Japanese
No related strings found in the glossary.

String information

String age
3 years ago
Source string age
3 years ago
Translation file
locales/po/ja-JP.po, string 139