php8.5
Home/ Manual/ sodium / functions/ sodium_pad

sodium_pad

PHP function Edit on GitHub ✎

(PHP 7 >= 7.2.0, PHP 8)

Add 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.

Source: reference/sodium/functions/sodium-pad.xml · from the official PHP manual (php/doc-en)