Voting

: max(four, four)?
(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