'php5/변수관련함수'에 해당되는 글 37건
- 변수 배열 확인 - bool is_array ( mixed $var ) 2013.12.23
- 변수 handle 자원의 타입 반환 - string get_resource_type ( resource $handle ) 2013.12.23
- 변수 비어 있는지 확인 - bool empty ( mixed $var ) 2013.12.23
- 변수 상수명 선언 확인 - bool defined ( string $name ) 2013.12.23
- 상수명 대소문자 구분 안하기 - bool define ( string $name , mixed $value ) 2013.12.23
- 변수 16진수 확인 - bool ctype_xdigit ( string $text ) 2013.12.23
- 변수 대문자 확인 - bool ctype_upper ( string $text ) 2013.12.23
- 변수 눈에 안보이는 문자 확인 - bool ctype_space(string text) 2013.12.23
- 변수 기호 문자 확인 - bool ctype_punct ( string $text ) 2013.12.23
- 변수 출력가능한 문자 확인 - bool ctype_print ( string $text ) 2013.12.23
- 변수 소문자 확인 - bool ctype_lower(string text) 2013.12.23
- 변수 눈에 보이는 문자 확인 - bool ctype_graph ( string $text ) 2013.12.23
- 변수 숫자 확인 - bool ctype_digit ( string $text ) 2013.12.23
- 변수 제어문자 확인 - bool ctype_cntrl ( string $text ) 2013.12.23
- 변수 알파벳 확인 - bool ctype_alpha ( string $text ) 2013.12.23
- 변수 알파벳이거나 숫자 확인 - bool ctype_alnum ( string $text ) 2013.12.23
- 상수값 반환 - mixed constant ( string $name ) 2013.12.23