PHP zip_entry_name() 函数PHP Zip File 函数定义和用法zip_entry_name() 函数返回 zip 档案项目的名称。语法zip_entry_name(zip_entry) 参数 描述 zip_entry
PHP zip_entry_filesize() 函数PHP Zip File 函数定义和用法zip_entry_filesize() 函数返回 zip 档案项目的原始大小(在压缩之前)。语法zip_entry_filesize(zip_entry)
PHP zip_entry_compressionmethod() 函数PHP Zip File 函数定义和用法zip_entry_compressionmethod() 函数返回 zip 档案项目的压缩方法。语法zip_entry_compressionmethod(
PHP zip_entry_compressedsize() 函数PHP Zip File 函数定义和用法zip_entry_compressedsize() 函数返回 zip 档案项目的压缩文件尺寸。语法zip_entry_compressedsize(zip_e
PHP zip_entry_close() 函数PHP Zip File 函数定义和用法zip_entry_close() 函数关闭由 zip_entry_open() 函数打开的 zip 档案文件。语法zip_entry_close(zip_entry)
PHP zip_close() 函数PHP Zip File 函数定义和用法zip_close() 函数关闭由 zip_open() 函数打开的 zip 档案文件。语法zip_close(zip) 参数 描述 zip 必需。
PHP xml_set_unparsed_entity_decl_handler() 函数PHP XML Parser 函数定义和用法xml_set_unparsed_entity_decl_handler() 函数规定在遇到无法解析的实体名称(NDATA)声明时被
PHP xml_set_processing_instruction_handler() 函数PHP XML Parser 函数定义和用法xml_set_processing_instruction_handler() 函数规定当解析器在 XML 文档中找到处理指令
PHP xml_set_object() 函数PHP XML Parser 函数定义和用法xml_set_object() 函数允许在对象中使用 XML 解析器。语法xml_set_object(parser,object) 参数 描述
PHP xml_set_notation_decl_handler() 函数PHP XML Parser 函数定义和用法xml_set_notation_decl_handler() 函数规定当解析器在 XML 文档中找到符号声明时被调用的函数。如
PHP xml_set_external_entity_ref_handler() 函数PHP XML Parser 函数定义和用法xml_set_external_entity_ref_handler() 函数规定当解析器在 XML 文档中找到外部实体时被调
PHP xml_set_element_handler() 函数PHP XML Parser 函数定义和用法xml_set_element_handler() 函数建立起始和终止元素处理器。如果处理器被成功的建立,该函数将返回 true;否
PHP xml_set_default_handler() 函数PHP XML Parser 函数定义和用法xml_set_default_handler() 函数为 XML 解析器建立默认的数据处理器。该函数规定在只要解析器在 XML 文
PHP xml_set_character_data_handler() 函数PHP XML Parser 函数定义和用法xml_set_character_data_handler() 函数建立字符数据处理器。该函数规定当解析器在 XML 文件中找
PHP xml_parser_set_option() 函数PHP XML Parser 函数定义和用法xml_parser_set_option() 函数为 XML 解析器进行选项设置。如果成功,则返回 true。如果失败,则返回 false。