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