As an alternative, uudecode() can be called as static function as follows:
$file =& Mail_mimeDecode::uudecode($some_text);
This will return the following arrays:
@param string Input body to look for attachments in
@return array Decoded bodies, filenames and permissions
mailparse_uudecode_all
(no version information, might be only in CVS)
mailparse_uudecode_all -- Scans the data from fp and extract each embedded uuencoded file. Returns an array listing filename informationDescription
array mailparse_uudecode_all ( resource fp)| Uyarı |
This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk. |
| Uyarı |
This function is currently not documented; only the argument list is available. |
mailparse_uudecode_all
mat at phpconsulting dot com
24-Apr-2003 10:04
24-Apr-2003 10:04
