略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: XML 解析器

2024-03-28

XML 解析器

add a noteadd a note

User Contributed Notes 1 note

up
-26
marcgear at gmail dot com
11 years ago
While this SAX event based parser is better for memory management than the tree based parsers of SimpleXML and DOM, the pull-based parser XMLReader is much easier to use than the xml_parser_* functions, and still doesn't require loading the file into memory.

官方地址:https://www.php.net/manual/en/book.xml.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3