Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17149 программистов и 1834 робота. Сейчас ищет 1671 программист ...

XML_Util::attributesToString

Вернуться к: XML_Util

XML_Util::attributesToString

XML_Util::attributesToString() – create XML attribute string

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 )

create string representation of an attribute list

Parameter

  • array $attributes - assoc array containg attributes

  • boolean $sort - whether to sort the attributes alphabetically

  • boolean $multiline - whether to display the attributes on more than one line (makes it easier to read)

  • string $indent - indentation characters, only used when multiline is set to TRUE

  • string $linebreak - linebreak character, only used when multiline is set to TRUE

  • integer $entities - define, which entities should be replaced in the attribute values. One of XML_UTIL_ENTITIES_NONE, XML_UTIL_ENTITIES_XML, XML_UTIL_ENTITIES_XML_REQUIRED or XML_UTIL_ENTITIES_HTML

Return value

string string representation of the attributes

Note

This function should be called statically.



Вернуться к: XML_Util

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware