pssht
latest
SSH server library written in PHP
|
Public Member Functions | |
getBytes ($count) | |
Interface for a (Pseudo-)Random Number Generator.
Definition at line 17 of file RandomInterface.php.
fpoirotte\Pssht\Random\RandomInterface::getBytes | ( | $count | ) |
Get (pseudo-)random bytes.
int | $count | Number of (pseudo-)random bytes to retrieve. |
string | A character string composed of $count (pseudo-)random bytes. |
Implemented in fpoirotte\Pssht\Random\Fixed, and fpoirotte\Pssht\Random\OpenSSL.