Translation

English
English Japanese
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 整数部の終わりと小数部の始まりを示す記号。
Round Bracket 丸括弧
Used to override normal precedence or to mark the first level of nesting 通常の優先順位を上書きするため、またはネストの最初のレベルをマークするために使用されます
Square Bracket 角括弧
Used to override normal precedence or to mark the second level of nesting 通常の優先順位を上書きするため、またはネストの2番目のレベルをマークするために使用されます
Punctuation mark 句読点
Used to separate arguments forwarded to a function 関数に転送される引数を区切るために使用されます

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 145