XMLReader (class)

The XMLReader class

Introduction

(PHP 5 >= 5.1.0, PHP 7)

The XMLReader extension is an XML Pull parser. The reader acts as a cursor going forward on the document stream and stopping at each node on the way.

Class synopsis

XMLReader {
/* Constants */
const int NONE = 0 ;