Mail_mimeDecode::getXML()

Mail_mimeDecode::getXML() -- create XML representation of MIME parts

Referentiesamenvatting

require_once 'Mail/mimeDecode.php';

string getXML (array $decoded)

Beschrijving

getXML() converts the returned array from decode () into a valid XML document.

Parameter

Return waarde

string - the XML document

Note

Deze functie kan statisch worden aangeroepen.

Voorbeeld