|
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
|
multiplier와 multiplicant의 곱을 반환하는 수학 연산
|
|
Division
|
부
|
|
Mathematical Operation to return the fraction of divident and divisor
|
divident와 divisor의 분수를 반환하는 수학 연산
|
|
Modulus
|
계수
|
|
Mathematical Operation to return the remainder of a division of two integers
|
두 정수의 나눗셈의 나머지를 반환하는 수학 연산
|
|
Exponentiation - PHP5.6 or above required
|
Exponentiation - 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
|
문장 부호
|