mailparse_uudecode_all(PECL mailparse >= 0.9.0) mailparse_uudecode_all — Scans the data from fp and extract each embedded uuencoded file Описание
array mailparse_uudecode_all
( resource $fp
)
Scans the data from the given file pointer and extract each embedded uuencoded file into a temporary file. Список параметров
Возвращаемые значенияReturns an array of associative arrays listing filename information.
Примеры
Пример #1 mailparse_uudecode_all() example
<?phpРезультат выполнения данного примера: BODY To: fred@example.com hello, this is some text hello. blah blah blah. UUE (test.txt) this is a test |
||||||