require_once 'Mail/mimeDecode.php';
string getXML (array $decoded)
string getXML
getXML() converts the returned array from decode () into a valid XML document.
array $decode - the array from decode().
string - the XML document
Эта функция может быть вызвана статически.
Пример 47-1. Create a XML representation
... $output = $obj->decode(); $xml = Mail_mimeDecode::getXML($output); ...