(PHP 5, PHP 7, PHP 8)
DOMDocument::createProcessingInstruction — Yeni bir işlem komutu düğümü oluşturur
$target
, string $data
= ""): DOMProcessingInstruction|falseBu işlev yeni bir DOMProcessingInstruction nesnesi oluşturur. Bu düğüm, DomNode::append_child() gibi bir yöntemle belgeye yerleştirilmedikçe belgede gösterilmez.
target
İşlem komutunun hedefi.
data
İşlem komutunun içeriği.
Bir hata oluşursa false
yoksa yeni bir
DOMProcessingInstruction nesnesi döner.