字符串到字节 string to byte
字节串→字符串 mbstowcs, MultiByteToWideChar string new String
字符串→字节串 wcstombs, WideCharToMultiByte bytes string.getBytes
多字节字符串函数 Multibyte String Function
计算字符串的字节数 LENB
取字符串字节数的函数 LENGTHB
逻辑字节字符串 logical byte string
支持多字节字符串支持 enable-mbstring
单字节的字串符类型 MSBC
字符串对象和字节对象是不兼容的。
ASCII字符串也能被用于表示二进制数据从而当作字节流。
ASCII strings can also be used to represent binary data as byte streams.
原来的字符串占用48字节。
A string is a contiguous sequence of characters aka bytes.
字符串就是一串,字符,亦称字节。
应用推荐