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