previousXML_Beautifier::formatFile (Previous) (Next) XML_DTDnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

XML_Beautifier::formatString

XML_Beautifier::formatString() – rend jolie une chaîne de caractères

Synopsis

require_once 'XML/Beautifier.php';

object XML_Beautifier::formatString ( string $string , string $renderer = "Plain" )

Description

Rend jolie une chaîne XML. Utilisez cette méthode pour rendre jolie un document XML qui a été généré à la volée.

Parameter

  • string $string - chaîne contenant le document XML.

  • string $renderer - rendu à utiliser, actuellement, seul le rendu XML "Plain" peut être utilisé.

Return value

string : document XML jolie

Note

This function can not be called statically.

previousXML_Beautifier::formatFile (Previous) (Next) XML_DTDnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.