domxml_dumpmem

(PHP 4 >= 4.0.0)

domxml_dumpmem --  Dumps the internal XML tree back into a string

Description

string domxml_dumpmem ( resource doc [, bool format])

Uyarý

Bu modül DENEYSELDıR. Bunun anlamı, burada listenen fonksiyonlar, fonksiyon isimleri, kısaca burada yazılan HER şEY PHP"nin ilerki sürümlerinde UYARI YAPILMAKSIZIN DEğışTıRıLEBıLıR. Dikkatli olun, ve bu modülü aldığınız riski bilerek kullanın.

Creates an XML document from the dom representation. This function usually is called after a building a new dom document from scratch as in the example of domxml_add_root(). The format specifies whether the output should be neatly formatted, or not.

Not: The second parameter was added in PHP 4.3.0.

See also domxml_add_root()