1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 00:32:23 +01:00
Files
archived-php-src/ext/xmlreader
2018-02-08 10:50:22 +01:00
..
2017-09-11 12:18:06 +02:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2014-09-20 18:24:38 +02:00

XMLReader represents a reader that provides non-cached, 
forward-only access to XML data. It is based upon the 
xmlTextReader api from libxml

This extension is designed to only work under PHP 5+.