php / 8.1.5 / function.sodium-pad.html /

sodium_pad

(PHP 7 >= 7.2.0, PHP 8)

sodium_padAdd padding data

Description

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

Right-pad a string to a desired length. Timing-safe.

Parameters

string

Unpadded string.

block_size

The string will be padded until it is an even multiple of the block size.

Return Values

Padded string.

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.sodium-pad.php