You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
196 B

  1. XMLReader represents a reader that provides non-cached,
  2. forward-only access to XML data. It is based upon the
  3. xmlTextReader api from libxml
  4. This extension is designed to only work under PHP 5.