|
DOMDocument::createProcessingInstructionCreates new PI node Beschreibung
public DOMProcessingInstruction DOMDocument::createProcessingInstruction
( string
$target
[, string $data
] )This function creates a new instance of class DOMProcessingInstruction. Dieser Knoten wird in Ihrem Dokument nicht sichtbar sein, bis dieser zum Beispiel mit der Funktion DOMNode::appendChild eingefügt wird. Parameter-Liste
Rückgabewerte
The new DOMProcessingInstruction or Fehler/Exceptions
Siehe auch
|