Translation

English
English Chinese (Traditional)
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 標點符號
Used to separate arguments forwarded to a function 用於分隔轉發給函數的參數

Loading…

No matching activity found.

Browse all component changes

Glossary

English Chinese (Traditional)
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-TW.po, string 145