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
/* Inherited constants */
/* Properties */
/* Inherited properties */
/* Methods */
/* Inherited methods */
public function DOMNode::C14N(
bool
bool
?array
?array
): string|false
}bool
$exclusive = false,bool
$withComments = false,?array
$xpath = null,?array
$nsPrefixes = null): string|false
Properties
- target
- A string representing to what application the data is intended for.
- data
- Application-specific data.
Table of Contents
- DOMProcessingInstruction::__construct — Creates a new DOMProcessingInstruction object
+add a note
User Contributed Notes
There are no user contributed notes for this page.