首页> 网络编程教程
全部 ASP入门教程 ASP教程 ASP.NET教程 PHP教程 JSP教程 C#/CSHARP教程 XML教程 Ajax教程 Perl教程 Shell教程 Visual Basic教程 Delphi教程 移动开发教程 C/C++教程 Java教程 J2EE/J2ME 软件工程
网络编程教程
  • 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
  • PHP preg_filter() 函数

    PHP preg_filter() 函数

    preg_filter函数用于执行一个正则表达式搜索和替换。语法mixed preg_filter ( mixed $pattern , mixed $repl
    2024-12-28