DOMDocument->createProcessingInstruction()
(no version information, might be only in CVS)
DOMDocument->createProcessingInstruction() -- Creates new PI nodeOpis
class DOMDocument {DOMProcessingInstruction createProcessingInstruction ( string target [, string data] )
}
This function creates a new instance of class DOMProcessingInstruction. Ten węzeł nie pojawi się w dokumencie dopóki nie zostanie wstawiony, np. metodą DOMNode->appendChild().
Parametry
targetThe target of the processing instruction.
dataThe content of the processing instruction.
Patrz także
| Poprzedni | Spis treści | Następny |
| DOMDocument->createEntityReference() | Początek rozdziału |