ALIAS
ornd()
ShortPHP reference for openssl_random_pseudo_bytes().
Signature
openssl_random_pseudo_bytes(int $length, bool &$strong_result = null): string
Example
ornd(...);PHP equivalent
openssl_random_pseudo_bytes() is the canonical PHP function. ShortPHP provides ornd() as the convenience alias.
Extension: openssl