Translation

English
English Chinese (Simplified)
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 数学运算以返回被减数和次减数的差
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. 通过基数的指数返回基数的重复乘法(或除法)的数学运算。
Decimal Mark CSV十进制分隔符
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 用于覆盖普通优先级或标记第二层嵌套
Punctuation mark 标点符号

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 144