标签: c# php byte
我需要在php中执行这个c#操作:
char[] Offset = new char[4]; Offset[0] = (char)(Offset[0] + 10);
我知道它是因为 16位char 数据类型。有没有可能将int转换为16bit" char"?