randombytes_buf

Advertisement

Syntax Syntax

randombytes_buf( int $amount )

Parameters Parameters

$amount

(Required)

Return Return

(string)

Source Source

File: wp-includes/sodium_compat/lib/sodium_compat.php

    function randombytes_buf($amount)
    {
        return ParagonIE_Sodium_Compat::randombytes_buf($amount);
    }

Advertisement

See also See also

Advertisement

Leave a Reply