PHP 8.5.0 Alpha 1 available for testing

Voting

: max(six, one)?
(Example: nine)

The Note You're Voting On

esvit at mail dot ru
14 years ago
That fixed the all caps issue:

<?php
function imap_utf8_fix($string) {
return
iconv_mime_decode($string,0,"UTF-8");
}
?>

<< Back to user notes page

To Top