PHP 8.4.24 Released!

Voting

: min(seven, seven)?
(Example: nine)

The Note You're Voting On

jamalmarlone at gmail dot com
3 years ago
$string = "Bjørn Johansen";

echo mb_convert_encoding($string, 'ISO-8859-1', 'UTF-8');

----
prints: "Bjørn Johansen"

<< Back to user notes page

To Top