XML_Util::createTagFromArray()

XML_Util::createTagFromArray() -- create a tag from an array

Synopsis

require_once 'XML/Util.php';

string XML_Util::createTagFromArray (array $tag [, integer $replaceEntities = XML_UTIL_REPLACE_ENTITIES])

Description

create a tag from an array. This is similar to XML_Util::createTag(), but more flexible.

Parameter

Return value

string xml tag

Note

This function should be called statically.

Usage example