DOMDocument::createDocumentFragment
(PHP 5)
DOMDocument::createDocumentFragment — Yeni bir belge bölütü oluşturur
Açıklama
Yeni bir DOMDocumentFragment nesnesi oluşturur. Bu düğüm, DomNode::append_child() gibi bir yöntemle belgeye yerleştirilmedikçe belgede gösterilmez.
Dönen Değerler
Bir hata oluşursa FALSE yoksa yeni
bir DOMDocumentFragment nesnesi döner.
Ayrıca Bakınız
- DOMNode::appendChild() - Listenin sonuna yeni bir çocuk ekler
- DOMDocument::createAttribute() - Yeni bir öznitelik düğümü oluşturur
- DOMDocument::createAttributeNS() - Yeni bir isim alanlı öznitelik düğümü oluşturur
- DOMDocument::createCDATASection() - Yeni bir CDATA düğümü oluşturur
- DOMDocument::createComment() - Yeni bir açıklama düğümü oluşturur
- DOMDocument::createElement() - Yeni bir eleman düğümü oluşturur
- DOMDocument::createElementNS() - İsim alanlı bir eleman düğümü oluşturur
- DOMDocument::createEntityReference() - Yeni bir öğe bildirimi düğümü oluşturur
- DOMDocument::createProcessingInstruction() - Yeni bir işlem komutu düğümü oluşturur
- DOMDocument::createTextNode() - Yeni bir metin düğümü oluşturur
There are no user contributed notes for this page.
