Sodium Fonctions
PHP Manual

sodium_hex2bin

(PHP 7 >= 7.2.0)

sodium_hex2binDecodes a hexadecimally encoded binary string

Description

string sodium_hex2bin ( string $hex [, string $ignore ] )

Decodes a hexadecimally encoded binary string.

Like sodium_bin2hex(), sodium_hex2bin() is resistant to side-channel attacks while hex2bin() is not.

Liste de paramètres

hex

Hexadecimal representation of data.

ignore

Optional string argument for characters to ignore.

Valeurs de retour

Returns the binary representation of the given hex data.


Sodium Fonctions
PHP Manual