Prio | Original string | 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 | |
Join array elements with a string | 배열 요소를 문자열로 붙이기 | Details | |
Conditional processing | 조건 프로세싱 | Details | |
Format a local time/date as integer | 지역 시간/날짜를 정수로 표기 | Details | |
Convert special HTML entities back to characters (always uses ENT_QUOTES and UTF-8) | 특수 HTML 엔티티를 문자로 변환합니다 (항상 ENT_QUOTES 와 UTF-8 를 사용합니다) | Details | |
Convert special HTML entities back to characters (always uses ENT_QUOTES and UTF-8) 특수 HTML 엔티티를 문자로 변환합니다 (항상 ENT_QUOTES 와 UTF-8 를 사용합니다)
You have to log in to edit this translation.
|
Export as