홈페이지> 네트워크 프로그래밍 튜토리얼
전체 ASP 튜토리얼 ASP 튜토리얼 ASP.NET 튜토리얼 PHP 튜토리얼 JSP 튜토리얼 C#/CSHARP 튜토리얼 XML 튜토리얼 아약스 튜토리얼 펄 튜토리얼 쉘 튜토리얼 비주얼 베이직 튜토리얼 델파이 튜토리얼 모바일 개발 튜토리얼 C/C++ 튜토리얼 자바 튜토리얼 J2EE/J2ME 소프트웨어 공학
네트워크 프로그래밍 튜토리얼
  • PHP zip_entry_name() 함수

    PHP zip_entry_name() 함수

    정의 및 사용법 zip_entry_name() 함수는 zip 아카이브의 이름을 반환합니다. 구문 zip_entry_name(zip_entry) 매개변수 설명 zip_en
    2024-12-28
  • PHP zip_entry_filesize() 함수

    PHP zip_entry_filesize() 함수

    정의 및 사용법 zip_entry_filesize() 함수는 zip 아카이브 항목(압축 전)의 원래 파일 크기를 반환합니다. 구문 zip_entry_filesize(z
    2024-12-28
  • PHP zip_entry_compressionmethod() 함수

    PHP zip_entry_compressionmethod() 함수

    정의 및 사용법 zip_entry_compressionmethod() 함수는 zip 아카이브 항목의 압축 방법을 반환합니다. 구문 zip_entry_compressio
    2024-12-28
  • PHP zip_entry_compressedsize() 함수

    PHP zip_entry_compressedsize() 함수

    정의 및 사용법 zip_entry_compressedsize() 함수는 zip 아카이브 항목의 압축된 파일 크기를 반환합니다. 구문 zip_entry_compressedsize(
    2024-12-28
  • PHP zip_entry_close() 함수

    PHP zip_entry_close() 함수

    정의 및 사용법 zip_entry_close() 함수는 zip_entry_open() 함수에 의해 열린 zip 아카이브를 닫습니다. 구문 zip_entry_close(zip
    2024-12-28
  • PHP zip_close() 함수

    PHP zip_close() 함수

    정의 및 사용법 zip_close() 함수는 zip_open() 함수로 열린 zip 아카이브를 닫습니다. 구문 zip_close(zip) 매개변수 설명 zip
    2024-12-28
  • PHP xml_set_unparsed_entity_decl_handler() 함수

    PHP xml_set_unparsed_entity_decl_handler() 함수

    정의 및 사용법 xml_set_unparsed_entity_decl_handler() 함수는 파서가 XML 문서에서 구문 분석할 수 없는 엔터티를 찾을 때 호출되는 함수를 지정합니다. 만약에
    2024-12-28
  • PHP xml_set_processing_instruction_handler() 실행

    PHP xml_set_processing_instruction_handler() 실행

    정의 및 사용법 xml_set_processing_instruction_handler() 함수는 파서가 XML 문서에서 처리 명령을 찾을 때 호출되는 함수를 지정합니다. 가공수단
    2024-12-28
  • PHP xml_set_object() 함수

    PHP xml_set_object() 함수

    정의 및 사용법 xml_set_object() 함수를 사용하면 객체에 XML 파서를 사용할 수 있습니다. 성공하면 함수는 TRUE를 반환합니다. 실패하면 FALSE를 반환합니다. 구문xml_s
    2024-12-28
  • PHP xml_set_notation_decl_handler() 함수

    PHP xml_set_notation_decl_handler() 함수

    정의 및 사용법 xml_set_notation_decl_handler() 함수는 구문 분석기가 XML 문서에서 기호 선언을 찾을 때 호출되는 함수를 지정합니다. 성공하면 함수가 반환됩니다.
    2024-12-28
  • PHP preg_replace_callback_array() 함수

    PHP preg_replace_callback_array() 함수

    preg_replace_callback_array 함수는 정규식 검색을 수행하고 이를 콜백으로 바꿉니다. 이 기능은 PHP7+ 버전에서 지원됩니다. 문법 혼합 홍보
    2024-12-28
  • PHP preg_quote() 함수

    PHP preg_quote() 함수

    preg_last_error 함수는 정규식 문자를 이스케이프하는 데 사용됩니다. 구문 string preg_quote ( string $str [, string $delim
    2024-12-28
  • PHP preg_match() 함수

    PHP preg_match() 함수

    preg_last_error 함수는 정규식 일치를 수행하는 데 사용됩니다. 구문 int preg_match ( string $pattern , string $sub
    2024-12-28
  • PHP preg_match_all() 함수

    PHP preg_match_all() 함수

    preg_match_all 함수는 전역 정규식 일치를 수행하는 데 사용됩니다. 구문 int preg_match_all ( string $pattern , string
    2024-12-28
  • PHP preg_last_error() 함수

    PHP preg_last_error() 함수

    preg_last_error 함수는 마지막 PCRE 정규 실행으로 생성된 오류 코드를 반환하는 데 사용됩니다. 구문 int preg_last_error ( void ) 인스턴스 반환 배열
    2024-12-28