The DOMProcessingInstruction class
(PHP 5, PHP 7, PHP 8)
Introduction
This represents a processing instruction (PI) node.
These are meant to indicate data areas meant for processing by specific applications.
Class synopsis
class DOMProcessingInstruction
extends
DOMNode
{
/* Inherited constants */
/* Properties */
/* Inherited properties */
/* Methods */
/* Inherited methods */
}
Properties
- target
-
A string representing to what application the data is intended for.
- data
-
Application-specific data.
Table of Contents
There are no user contributed notes for this page.