PHP - Manual: sodium_hex2bin
2024-11-15
(PHP 7 >= 7.2.0, PHP 8)
sodium_hex2bin — Decodes a hexadecimally encoded binary string
$string
, string $ignore
= ""): stringDecodes a hexadecimally encoded binary string.
Like sodium_bin2hex(), sodium_hex2bin() is resistant to side-channel attacks while hex2bin() is not.
string
Hexadecimal representation of data.
ignore
Optional string argument for characters to ignore.
Returns the binary representation of the given string
data.
官方地址:https://www.php.net/manual/en/function.sodium-hex2bin.php