require_once 'XML/Util.php';
string XML_Util::attributesToString (array $attributes [, boolean $sort = TRUE])
string XML_Util::attributesToString
属性リストの文字列表現を生成します。
array $attributes - 属性を含む連想配列です。
array $attributes
boolean $sort - 属性をアルファベット順にソートするべきかどうか指定をします。
boolean $sort
string 属性の文字列の表現が返ります。
この関数は、スタティックにコール されます。