XML_Util::createTag()

XML_Util::createTag() -- create a tag

Referentiesamenvatting

require_once 'XML/Util.php';

string XML_Util::createTag (string $qname [, array $attributes = array() [, string $content = NULL [, string $namespaceUri = NULL [, integer $replaceEntities = XML_UTIL_REPLACE_ENTITIES]]]])

Beschrijving

create a tag with attributes, namespace and adds 'xmlns' if needed.

Parameter

Return waarde

string xml tag

Note

Deze functie zou statisch moeten worden aangeroepen.