Translation

English
English Korean
f_isNaN - Find whether a value is not a number f_isNaN-값이 숫자가 아닌지 확인
Returns 1 (or B) if A === NaN or 0 (or C) if not. Parameters B and C are optional. A === NaN이면 1 (또는 B)을 반환하고 그렇지 않으면 0 (또는 C)을 반환합니다. 매개 변수 B와 C는 선택 사항입니다.
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의 별칭-동일하지 않음
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 정수 부분의 끝과 소수 부분의 시작을 나타내는 기호입니다.

Loading…

No matching activity found.

Browse all component changes

Glossary

English Korean
No related strings found in the glossary.

String information

String age
3 years ago
Source string age
3 years ago
Translation file
locales/po/ko-KR.po, string 139