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 /** * Gets an array of all supported modes * * @phpstub * * @param string $lib..
Decoded Output download
<?php
/**
* Gets an array of all supported modes
*
* @phpstub
*
* @param string $lib_dir
*
* @return array Returns an array with all the supported modes.
*/
function mcrypt_list_modes($lib_dir = 'ini_get("mcrypt.modes_dir")')
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets an array of all supported modes
*
* @phpstub
*
* @param string $lib_dir
*
* @return array Returns an array with all the supported modes.
*/
function mcrypt_list_modes($lib_dir = 'ini_get("mcrypt.modes_dir")')
{
}
Function Calls
None |
Stats
MD5 | 9600a4d94dd5970e36025d41294b9422 |
Eval Count | 0 |
Decode Time | 79 ms |