update : 2015.11.03
php.shukuma.com검색:
|
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.
예제
Example #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 |