哈希空间 Ctrl + F 进行搜索
首页 php手册中文版 CSS中文手册 哈希文档 Markdown在线工具

PHP sodium 组件

sodium_hex2bin

(PHP 7 >= 7.2.0, PHP 8)

sodium_hex2binDecodes a hexadecimally encoded binary string

说明

sodium_hex2bin(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.

参数

string

Hexadecimal representation of data.

ignore

Optional string argument for characters to ignore.

返回值

Returns the binary representation of the given string data.

打开 哈希空间 微信小程序中查看更佳