| Prio | Original string | 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.
|
|||
| Convert special characters to HTML entities (always uses ENT_QUOTES and UTF-8) | 특수 문자를 HTML 엔티티로 변환합니다 (항상 ENT_QUOTES 와 UTF-8 를 사용합니다) | Details | |
|
Convert special characters to HTML entities (always uses ENT_QUOTES and UTF-8) 특수 문자를 HTML 엔티티로 변환합니다 (항상 ENT_QUOTES 와 UTF-8 를 사용합니다)
You have to log in to edit this translation.
|
|||
| Convert all applicable characters to HTML entities (always uses ENT_QUOTES and UTF-8) | 모든 적용 가능한 문자를 HTML 엔티티로 변환합니다 (항상 ENT_QUOTES 와 UTF-8 를 사용합니다) | Details | |
|
Convert all applicable characters to HTML entities (always uses ENT_QUOTES and UTF-8) 모든 적용 가능한 문자를 HTML 엔티티로 변환합니다 (항상 ENT_QUOTES 와 UTF-8 를 사용합니다)
You have to log in to edit this translation.
|
|||
| Convert all HTML entities to their applicable characters (always uses ENT_QUOTES and UTF-8) | ㅇ | Details | |
|
Convert all HTML entities to their applicable characters (always uses ENT_QUOTES and UTF-8) ㅇ
You have to log in to edit this translation.
|
|||
| Format a GMT date/time | GMT 날짜/시간 포맷 | Details | |
| Round fractions down | 반내림 | Details | |
Export as