(PHP 7 >= 7.2.0, PHP 8)
sodium_hex2bin — Decodes a hexadecimally encoded binary string
sodium_hex2bin(#[\SensitiveParameter] string $string, string $ignore = ""): string
Decodes a hexadecimally encoded binary string.
Like sodium_bin2hex(), sodium_hex2bin() is resistant to side-channel attacks while hex2bin() is not.
stringHexadecimal representation of data.
ignoreOptional string argument for characters to ignore.
Returns the binary representation of the given string data.
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.sodium-hex2bin.php