1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00
Files
archived-php-src/ext/xmlreader
2019-03-15 00:12:13 +01:00
..
2019-03-15 00:12:13 +01:00
2019-02-03 21:03:00 +01:00
2019-03-12 13:44:05 +03: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+.