$bit_string
$bit_string : string
比特串 由0和1组成的二进制数字序列。 Class BitString
is_bit_string(string|\SM3\types\BitString|\SM3\types\Word $string) : boolean
判断是否为比特串类型
string|\SM3\types\BitString|\SM3\types\Word | $string |
offsetSet(mixed $offset, mixed $value) : \SM3\types\BitString
Offset to set
mixed | $offset | The offset to assign the value to. |
mixed | $value | The value to set. |