sodium_unpad

(PHP 7 >= 7.2.0, PHP 8)

sodium_unpadRemove padding data

Descrição

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

Unpad a padded string. Timing-safe.

Parâmetros

string

Padded string.

block_size

The block size for padding.

Valor Retornado

Unpadded string.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top