XML_sql2xml::addArray

XML_sql2xml::addArray -- Adds an aditional result set from an array

Synopsis

require_once "XML/sql2xml.php";

void XML_sql2xml::addArray (array $array)

Description

Adds an aditional result set generated from an array. The XML represents the nesting of the array.

Parameter

Note

This function can not be called statically.

See

XML_sql2xml::add()