PHP 8.3.21 Released!

Voting

: max(eight, two)?
(Example: nine)

The Note You're Voting On

mat at phpconsulting dot com
22 years ago
As an alternative, uudecode() can be called as static function as follows:

$file =& Mail_mimeDecode::uudecode($some_text);

This will return the following arrays:
@param string Input body to look for attachments in
@return array Decoded bodies, filenames and permissions

<< Back to user notes page

To Top