API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence du fichier xml_domit_parseattributes.php

Espaces de nommage

Énumérations

Fonctions

Variables


Documentation du type de l'énumération

attribute parse state, parsing an attribute key

attribute parse state, just before parsing an attribute

attribute parse state, parsing an attribute value


Documentation des fonctions

parseAttributes ( attrText,
convertEntities = true,
definedEntities = null 
)

Parses the attributes string into an array of key / value pairs

Paramètres:
stringThe attribute text
Renvoie:
Array An array of key / value pairs

Références $i, et $total.


Documentation des variables

$GLOBALS['DOMIT_PREDEFINED_ENTITIES']
Valeur initiale :
 array('&' => '&amp;', '<' => '&lt;', '>' => '&gt;',
                                                                                        '"' => '&quot;', "'" => '&apos;')

Array Translation table for predefined XML entities