The Dom\ProcessingInstruction class
(PHP 8 >= 8.4.0)
Introduction
This represents a processing instruction (PI) node. These are meant to indicate data areas meant for processing by specific applications.
This is the modern, spec-compliant equivalent of DOMProcessingInstruction.
Class synopsis
/* Inherited constants */
/* Properties */
/* Inherited properties */
/* Inherited methods */
/* Not documented yet */
}Properties
- target
- A string representing to what application the data is intended for.
+add a note
User Contributed Notes
There are no user contributed notes for this page.