Everything
php
Learn
Community
Releases
The PHP Project
Learn
Community
Releases
The PHP Project
Home
»
Project
»
Newsgroups
»
php.internals
»
tip
»
tip
php.internals
Andrei Zmievski
21 years ago
If you want to see exactly what codepoints comprise a Unicode string, use the new var_inspect() function. <?php var_inspect("aԃ~"); ?> unicode(3) "aԃ~" { 0061 0503 ff5e } -Andrei