首頁>網絡編程教程> PHP教程
全部 ASP教程 ASP教程 ASP.NET教程 PHP教程 JSP教程 C#/CSHARP教程 XML教程 Ajax教程 Perl教程 Shell教程 Visual Basic教程 Delphi教程 移動開髮教程 C/C++教程 Java教程 J2EE/J2ME 軟件工程
PHP教程
  • PHP zip_entry_filesize() 函數

    PHP zip_entry_filesize() 函數

    定義和用法The zip_entry_filesize() 函數傳回zip 檔案項目的原始檔案尺寸(在壓縮之前)。語法zip_entry_filesize(z
    2024-12-28
  • PHP zip_entry_compressionmethod() 函數

    PHP zip_entry_compressionmethod() 函數

    定義和用法The 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() 函數

    定義和用法The 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+ 版本支援。語法mixed pr
    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
  • PHP preg_grep() 函數

    PHP preg_grep() 函數

    preg_grep 函數用於傳回符合模式的陣列條目。語法array preg_grep ( string $pattern , array $input [,
    2024-12-28