XML_Beautifier::formatFile()

XML_Beautifier::formatFile() -- beautify a file

Referentiesamenvatting

require_once 'XML/Beautifier.php';

object XML_Beautifier::formatFile (string $file [, string $newFile = NULL [, string $renderer = "Plain"]])

Beschrijving

Beautifies a file.

Parameter

Return waarde

mixed Either true, if file has been written or the XML document string.

Note

Deze functie kan niet statisch worden aangeroepen.