|
mailparse_uudecode_allScans the data from fp and extract each embedded uuencoded file Description
array mailparse_uudecode_all
( resource
$fp
)Scans the data from the given file pointer and extract each embedded uuencoded file into a temporary file. Parameters
Return ValuesReturns an array of associative arrays listing filename information.
Examples
Example #1 mailparse_uudecode_all example
<?php The above example will output: BODY To: fred@example.com hello, this is some text hello. blah blah blah. UUE (test.txt) this is a test |