約5,660件1ページ目

日本語のみで絞り込む

Provides a class to deal with the decoding and interpreting of mime messages. This package used to be part of the Mail_Mime package, but has been split off.

The Mail_mimeDecode class provides an API to decode mail/MIME messages. This class will parse a raw mime email and return the structure.

## Mail_mimeDecode v1.5.5.2 This is a [Packagist](https://packagist.org) repository for loading Mail_mimeDecode via [Composer](https://getcomposer.org).

2022/2/10 -PHP Fatal error: Uncaught Error: Call to undefined function create_function() in /usr/share/php/Mail/mimeDecode.php:837 ...

2015/2/24 -I get this error " Warning: require_once(Mail/mimeDecode.php): failed to open stream: No such file or directory in /var/www/html/pro1/ast/ ...

2015/6/21 -I was having the same problem, installed php-mail-mimedecode and it solved it. I should note that I did not have to deal with pear at all.

smartos pkgsrc browser. 2020Q4 x86_64, 2021Q4 x86_64, 2022Q4 x86_64, 2023Q4 x86_64, trunk tools, trunk x86_64. home / 2022Q4 x86_64 / mail / php82-pear- ...

To load the mimeDecode module, we just have to include mail/mimeDecode . The PEAR path is specified in PHP's include_path, so we don't have to worry about the ...

If there are multiple headers with the same name (eg. Received: ) then the value is a numerically indexed array of each of the header values.

Else you can use Mail_mimePart, which gives you better control about MIME creation. Mail_mimeDecode provides a API for decode MIME data. Prev · Home · Next.