CakeFest 2024: The Official CakePHP Conference

sodium_hex2bin

(PHP 7 >= 7.2.0, PHP 8)

sodium_hex2bin16進エンコードされたバイナリ文字列をデコードする

説明

sodium_hex2bin(string $string, string $ignore = ""): string

16進エンコードされたバイナリ文字列をデコードします。

sodium_bin2hex() と同じく、 sodium_hex2bin() 関数はサイドチャネル攻撃に対する耐性がありますが、 hex2bin() はそうではありません。

パラメータ

string

データの16進表現。

ignore

オプションで指定する、無視する文字

戻り値

指定された string のバイナリ表現を返します。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top