PHP 8.5.0 Beta 3 available for testing

Voting

: nine minus one?
(Example: nine)

The Note You're Voting On

Janis
16 years ago
To get Unicode numbers out of a UTF-8 string, this can be used, for example:

<?php
print mb_encode_numericentity ('sāш日', array (0x0, 0xffff, 0, 0xffff), 'UTF-8');
?>

<< Back to user notes page

To Top