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 /** * Returns the maximum supported keysize of the opened mode * * @phpstub * ..

Decoded Output download

<?php

/**
 * Returns the maximum supported keysize of the opened mode
 *
 * @phpstub
 *
 * @param string $algorithm
 * @param string $lib_dir
 *
 * @return int This function returns the maximum supported key size of the
 *             algorithm specified in bytes.
 */
function mcrypt_module_get_algo_key_size($algorithm, $lib_dir = NULL)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the maximum supported keysize of the opened mode
 *
 * @phpstub
 *
 * @param string $algorithm
 * @param string $lib_dir
 *
 * @return int This function returns the maximum supported key size of the
 *             algorithm specified in bytes.
 */
function mcrypt_module_get_algo_key_size($algorithm, $lib_dir = NULL)
{
}

Function Calls

None

Variables

None

Stats

MD5 312bd73d62d40aae46463982c36643c1
Eval Count 0
Decode Time 83 ms