Manuál PHP | ||
---|---|---|
Předcházející | Další |
(no version information, might be only in CVS)
DOMDocument->createProcessingInstruction() -- Creates new PI nodeThis function creates a new instance of class DOMProcessingInstruction. Tento uzel se v dokumentu neobjeví, nebyl-li přidán např. funkcí DOMNode->appendChild().
target
The target of the processing instruction.
data
The content of the processing instruction.
Předcházející | Domů | Další |
DOMDocument->createEntityReference() | Nahoru | DOMDocument->createTextNode() |