Translation

English
English Chinese (Simplified)
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的别名-IS相等
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的别名-IS不等
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 数学运算,返回两个或多个求和之和
Subtraction 减法
Mathematical Operation to return the difference of minuend and subtrahend 返回 minuend 和 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 数学运算,返回两个整数的除法的余数
Exponentiation - PHP5.6 or above required 幂运算 - 需要 PHP5.6 或以上
Mathematical Operation to return the repeated multiplication (or division) of a base by its exponent. Mathematical Operation 返回底数乘以指数的重复乘法(或除法)。
Decimal Mark 小数点
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 用于覆盖正常优先级或标记第一级嵌套

Loading…

No matching activity found.

Browse all component changes

Glossary

English Chinese (Simplified)
No related strings found in the glossary.

String information

String age
3 years ago
Source string age
3 years ago
Translation file
locales/po/zh-CN.po, string 142