|
mailparse_uudecode_allScans the data from fp and extract each embedded uuencoded file Beschreibung
array mailparse_uudecode_all
( resource
$fp
)Scans the data from the given file pointer and extract each embedded uuencoded file into a temporary file. Parameter-Liste
RückgabewerteReturns an array of associative arrays listing filename information.
Beispiele
Beispiel #1 mailparse_uudecode_all example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: BODY To: fred@example.com hello, this is some text hello. blah blah blah. UUE (test.txt) this is a test |