(PHP 5)
DOMDocument::createProcessingInstruction — 新しい PI ノードを作成する
この関数は、DOMProcessingInstruction クラスの新しいインスタンスを作成します。このノードは、( DOMNode->appendChild() などで) 挿入されない限り、ドキュメント内にあらわれません。
処理命令の対象。
処理命令の内容。
新しい DOMProcessingInstruction、 あるいはエラーが発生した場合には FALSE を返します。
target が無効な文字を含んでいる場合に発生します。