Afficher un message
Vieux 22/01/2008, 06h57   #2
Tim Roberts
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: return utf-8 character value?

Mandragon03@gmail.com wrote:
>
>I need to get the numeric value of a utf-8 character. Is there a way
>to do that with php? I have had no luck thus far.
>
>Thanks for your time!


What do you mean by "numeric value"? If you want the value of a single
byte of a UTF-8 string, you can use "ord". If you want the Unicode code
point corresponding to one character (which might be several bytes), there
are examples in the contributed sections of the PHP manual page on the
"ord" function:

http://us3.php.net/ord
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
  Réponse avec citation
 
Page generated in 0,05042 seconds with 9 queries