(PHP 7 >= 7.2.0, PHP 8)
sodium_pad — 添加填充数据
$string
$block_size
将字符串右填充到所需长度。时序安全。
string
未填充的字符串。
block_size
字符串将被填充,直到其长度是块大小的偶数倍。
已填充的字符串。