Index of all elements
[ d ]
[ g ]
[ ]
d
- decode
- in file mimeDecode.php, method Mail_mimeDecode::decode()
Begins the decoding process. If called statically it will create an object and call the decode() method of it.
top
g
- getMimeNumbers
- in file mimeDecode.php, method Mail_mimeDecode::getMimeNumbers()
Given the output of the above function, this will return an array of references to the parts, indexed by mime number.
- getSendArray
- in file mimeDecode.php, method Mail_mimeDecode::getSendArray()
getSendArray() returns the arguments required for Mail::send() used to build the arguments for a mail::send() call
- getXML
- in file mimeDecode.php, method Mail_mimeDecode::getXML()
Returns a xml copy of the output of Mail_mimeDecode::decode. Pass the output in as the argument. This function can be called statically. Eg:
top
top
u
- uudecode
- in file mimeDecode.php, method Mail_mimeDecode::uudecode()
Checks the input for uuencoded files and returns an array of them. Can be called statically, eg:
top
Documentation generated on Mon, 11 Mar 2019 15:41:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|