PHP 8.4.24 Released!

Voting

: five minus four?
(Example: nine)

The Note You're Voting On

Ray.Paseur sometimes uses Gmail
7 years ago
I needed to generate an invalid UTF-8 character for testing with JSON.  This did the trick:

<?php
echo 'Bogus UTF-8 character at end' . chr(0xC6) ;

<< Back to user notes page

To Top