Prio | Original string | Translation | — |
---|---|---|---|
Get value of pi | PI의 가치 | Details | |
Format a number with grouped thousands | 숫자에 천 단위 구분기호 표시 | Details | |
Format a number with grouped thousands 숫자에 천 단위 구분기호 표시
You have to log in to edit this translation.
|
|||
Inserts HTML line breaks before all newlines in a string | 문자열의 모든 개행 문자 전에 HTML 개행 문자 넣기 | Details | |
Inserts HTML line breaks before all newlines in a string 문자열의 모든 개행 문자 전에 HTML 개행 문자 넣기
You have to log in to edit this translation.
|
|||
Get UNIX timestamp for a date (each of the 6 arguments are optional) | 날짜를 UNIX 타임스탬프에서 가져오기 (각 6개의 매개 변수는 선택 사항) | Details | |
Get UNIX timestamp for a date (each of the 6 arguments are optional) 날짜를 UNIX 타임스탬프에서 가져오기 (각 6개의 매개 변수는 선택 사항)
You have to log in to edit this translation.
|
|||
Find lowest value | 최솟값 찾기 | Details | |
Find highest value | 최댓값 찾기 | Details | |
Strip whitespace (or other characters) from the beginning of a string | 문자열의 시작에서 공백(또는 다른) 문자열 제거하기 | Details | |
Strip whitespace (or other characters) from the beginning of a string 문자열의 시작에서 공백(또는 다른) 문자열 제거하기
You have to log in to edit this translation.
|
|||
Return comma-separated list of values | 쉼표로 구분된 값 목록 반환하기 | Details | |
Return comma-separated list of values 쉼표로 구분된 값 목록 반환하기
You have to log in to edit this translation.
|
|||
Find whether the type of a variable is string | 변수의 자료형이 string 이 아닌지 확인 | Details | |
Find whether the type of a variable is string 변수의 자료형이 string 이 아닌지 확인
You have to log in to edit this translation.
|
|||
Finds whether a variable is a number or a numeric string | 변수가 숫자 또는 numeric string 이 아닌지 확인 | Details | |
Finds whether a variable is a number or a numeric string 변수가 숫자 또는 numeric string 이 아닌지 확인
You have to log in to edit this translation.
|
|||
Finds whether a variable is NULL | 변수가 NULL 이 아닌지 확인 | Details | |
Finds whether a value is not a number | 값이 숫자가 아닌지 확인 | Details | |
Finds whether the type of a variable is float | 변수의 자료형이 float 인지 확인 | Details | |
Finds whether the type of a variable is float 변수의 자료형이 float 인지 확인
You have to log in to edit this translation.
|
|||
Determine whether a variable is considered to be empty | 변수가 비었는지 알아 보기 | Details | |
Determine whether a variable is considered to be empty 변수가 비었는지 알아 보기
You have to log in to edit this translation.
|
|||
Get the integer value of a variable | 변수의 정수 값을 구하기 | Details | |
Export as