Longhorn PHP 2025 - Call For Papers

Voting

: max(four, four)?
(Example: nine)

The Note You're Voting On

Anonymous
22 years ago
For "Outlook-style" UTF-7, you can also use:

mb_convert_encoding( $str, "ISO_8859-1", "UTF7-IMAP" ); # for decoding
mb_convert_encoding( $str, "UTF7-IMAP", "ISO_8859-1" ); # for encoding

<< Back to user notes page

To Top