PHP mod_korean extension Reference
  • Introduction
  • Installation
  • APIs
    • Check Functions
      • check_filename_lib
      • check_htmltbale_lib
      • check_uristr_lib
      • get_microtime_lib
      • human_fsize_lib
      • is_email_lib
      • is_hangul_lib
      • is_iis_lib
      • is_url_lib
      • is_windows_lib
      • buildno_lib
      • version_lib
    • Filesystem Functions
      • filelist_lib
      • getfile_lib
      • getfiletype_lib
      • putfile_lib
      • readfile_lib
      • pcregrep_lib
    • HTML Functions
      • agentinfo_lib
      • autolink_lib
      • get_hostname_lib
      • movepage_lib
      • perror_lib
      • pnotice_lib
    • Charset Functions
      • ncrencode_lib
      • ncrdecode_lib
      • uniencode_lib
      • unidecode_lib
      • utf8encode_lib
      • utf8decode_lib
      • substr_lib
      • postposition_lib
    • Image Functions
      • imgresize_lib
    • Mail Functions
      • mailsource_lib
      • sockmail_lib
Powered by GitBook
On this page

Was this helpful?

  1. APIs

Check Functions

PreviousAPIsNextcheck_filename_lib

Last updated 5 years ago

Was this helpful?

check 관련 함수들은 어떠한 값이나 상황을 체크하는 함수들을 모아놓은 함수 입니다.

APIs

  • - GET 이나 POST 로 넘어오는 파일 경로 변수 체크

  • - table 태그가 제대로 사용되었는지 검사

  • - GET 또는 POST 로 전달되는 파일 경로 변수 체크

  • - 수행 시간을 밀리초로 구하는 함수

  • - byte/bit 값을 읽기 쉽게 변환

  • - email 주소를 체크

  • - 문자 또는 문자열의 첫 바이트가 한글(EUC-KR/CP949)인지를 검사.

  • - 웹서버가 iis 인지 아닌지를 판단

  • - URL 확인 함수

  • - 운영되는 OS 가 windows 인지 체크

  • - korean extension 의 빌드넘버를 출력

  • - korean extension 의 버전을 출력

check_filename_lib
check_htmltable_lib
check_uristr_lib
get_microtime_lib
human_fsize_lib
is_email_lib
is_hangul_lib
is_iis_lib
is_url_lib
is_windows_lib
buildno_lib
version_lib