PHP » GoLang |
login |
register |
about
|
GoLang mailparse_uudecode_all
request it (295)
GoLang replacement for PHP's mailparse_uudecode_all
[edit | history]
mailparse_uudecode_all(PECL mailparse >= 0.9.0) mailparse_uudecode_all — Scans 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: [email protected] hello, this is some text hello. blah blah blah. UUE (test.txt) this is a test |
more
Recently updated
more
Most requested
more
Last requests
|