PHP 8.4.24 Released!

Voting

: six minus three?
(Example: nine)

The Note You're Voting On

Noname
4 years ago
<?php

for ($i = 128; $i <= 191; $i++) {
    $str = chr(240) . chr(159) . chr(144) . chr($i);
    echo $str;
}

?>

<< Back to user notes page

To Top