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 /** * Creates an initialization vector (IV) from a random source * * @phpstub *..
Decoded Output download
<?php
/**
* Creates an initialization vector (IV) from a random source
*
* @phpstub
*
* @param int $size
* @param int $source
*
* @return string Returns the initialization vector, or false on error.
*/
function mcrypt_create_iv($size, $source = false)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Creates an initialization vector (IV) from a random source
*
* @phpstub
*
* @param int $size
* @param int $source
*
* @return string Returns the initialization vector, or false on error.
*/
function mcrypt_create_iv($size, $source = false)
{
}
Function Calls
None |
Stats
MD5 | 42224588a3fb0ff6529ebb2dcac7ce09 |
Eval Count | 0 |
Decode Time | 96 ms |