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 UNEQUAL
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 用於覆蓋正常優先順序或標記第一級嵌套
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 146