sodium_unpad

(PHP 7 >= 7.2.0, PHP 8)

sodium_unpadRemove padding data

说明

sodium_unpad(string $string, int $block_size): string

Unpad a padded string. Timing-safe.

参数

string

Padded string.

block_size

The block size for padding.

返回值

Unpadded string.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

备份地址:http://www.lvesu.com/blog/php/function.sodium-unpad.php