PHP 8.6.0 Beta 1 is available for testing

Voting

: zero plus zero?
(Example: nine)

The Note You're Voting On

Janis
17 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