XML_Util::attributesToString()

XML_Util::attributesToString() -- Crée une représentation sous la forme d'une chaîne de caractères d'un attribut XML

Synopsis

require_once 'XML/Util.php';

string XML_Util::attributesToString (array $attributes [, boolean $sort = TRUE [, boolean $multiline = FALSE [, string $indent = ' ' [, string $linebreak = "\n" [, integer $entities = XML_UTIL_ENTITIES_XML]]]]])

Description

Crée une représentation sous la forme d'une chaîne de caractères d'un attribut

Paramètres

Valeur retournée

string : chaîne de caractères représentant les attributs

Note

Cette fonction devrait être appelée de façon statique.