| 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().
targetThe target of the processing instruction.
dataThe content of the processing instruction.
| Předcházející | Domů | Další |
| DOMDocument->createEntityReference() | Nahoru | DOMDocument->createTextNode() |