Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
sami(synchronized accessible media interchange)
synchronized accessible media interchange
Dernière mise à jour : 2006-09-06
Fréquence d'utilisation : 1
Qualité :
this function encodes the string data to utf-8, and returns the encoded version. utf-8 is a standard mechanism used by unicode for encoding wide character values into a byte stream. utf-8 is transparent to plain ascii characters, is self-synchronized (meaning it is possible for a program to figure out where in the bytestream characters start) and can be used with normal string comparison functions for sorting and such. php encodes utf-8 characters in up to four bytes, like this:
utf-8 is transparent to plain ascii characters, is self-synchronized (meaning it is possible for a program to figure out where in the bytestream characters start) and can be used with normal string comparison functions for sorting and such.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :