Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
DOMDocument->createProcessingInstruction()
(no version information, might be only in CVS)
DOMDocument->createProcessingInstruction() -- Creates new PI nodePopis
class DOMDocument {DOMProcessingInstruction createProcessingInstruction ( string target [, string data] )
}
This function creates a new instance of class DOMProcessingInstruction. Tento uzel se v dokumentu neobjevÃ, nebyl-li pÅ™idán napÅ™. funkcà DOMNode->appendChild().
Seznam parametrů
target
The target of the processing instruction.
data
The content of the processing instruction.
Viz také
PÅ™edcházejÃcà | Domů | Dalšà |
DOMDocument->createEntityReference() | Nahoru |