(no version information, might be only in CVS)
DOMDocument->createProcessingInstruction() -- Creates new PI nodeThis function creates a new instance of class DOMProcessingInstruction. Этот узел не будет отображаться в документе до тех пор, пока он не будет вставлен, к пример функцией DOMNode->appendChild().
The target of the processing instruction.
The content of the processing instruction.
Пред. | Начало | След. |
DOMDocument->createEntityReference() | Уровень выше | DOMDocument->createTextNode() |