Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Generate a pseudo-random string of bytes * * @phpstub * * @param int $le..
Decoded Output download
<?php
/**
* Generate a pseudo-random string of bytes
*
* @phpstub
*
* @param int $length
* @param bool $crypto_strong
*
* @return string Returns the generated string of bytes on success, .
*/
function openssl_random_pseudo_bytes($length, &$crypto_strong = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Generate a pseudo-random string of bytes
*
* @phpstub
*
* @param int $length
* @param bool $crypto_strong
*
* @return string Returns the generated string of bytes on success, .
*/
function openssl_random_pseudo_bytes($length, &$crypto_strong = NULL)
{
}
Function Calls
None |
Stats
MD5 | bee30eb019997788977effc2471b6bb7 |
Eval Count | 0 |
Decode Time | 82 ms |