|
mailparse_uudecode_all
Scans the data from fp and extract each embedded uuencoded file
(PECL mailparse:0.9-2.1.1)
Scans the data from the given file pointer and extract each embedded uuencoded file into a temporary file. Return ValuesReturns an array of associative arrays listing filename information.
The first filename entry is the message body. The next entries are the decoded uuencoded files. ExamplesExample 1136. mailparse_uudecode_all() example<?php The above example will output: BODY Code Examples / Notes » mailparse_uudecode_allmat
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 |
Change Languagemailparse_determine_best_xfer_encoding mailparse_msg_create mailparse_msg_extract_part_file mailparse_msg_extract_part mailparse_msg_extract_whole_part_file mailparse_msg_free mailparse_msg_get_part_data mailparse_msg_get_part mailparse_msg_get_structure mailparse_msg_parse_file mailparse_msg_parse mailparse_rfc822_parse_addresses mailparse_stream_encode mailparse_uudecode_all |