text BIN2HEX()

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text BIN2HEX()相关的知识,希望对你有一定的参考价值。

The bin2hex() function in PHP converts a string to hexadecimal values. The conversion is done byte-wise with the high-nibble first.
Note: It is not for converting strings representing binary digits into hexadecimal.
Syntax:
bin2hex($string)

以上是关于text BIN2HEX()的主要内容,如果未能解决你的问题,请参考以下文章

二进制与十六进制之间相互转换

PHP之string

常用函数

PHP函数

php加密类

Str到Hex/Hex到Str