Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




savedomdocument [ WordPress Function ]

savedomdocument ( $doc, $filename )
Parameters:
  • (DOMDocument) $doc
  • (string) $filename
Defined at:



Saves the XML document into a file

Source


<?php
function saveDomDocument($doc$filename) {
    
$config $doc->saveXML();
    
$config preg_replace("/([^\r])\n/""$1\r\n"$config);
    
$fp fopen($filename'w');
    
fwrite($fp$config);
    
fclose($fp);
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics