プロの翻訳者、企業、ウェブページから自由に利用できる翻訳レポジトリまで。
sami(synchronized accessible media interchange)
synchronized accessible media interchange
最終更新: 2006-09-06
使用頻度: 1
品質:
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.
最終更新: 2011-10-24
使用頻度: 1
品質: