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 /** * Checks whether the encryption of the opened mode works on blocks * * @phps..

Decoded Output download

<?php

/**
 * Checks whether the encryption of the opened mode works on blocks
 *
 * @phpstub
 *
 * @param resource $td
 *
 * @return bool Returns true if the mode is for use with block algorithms, otherwise it
 *              returns false.
 */
function mcrypt_enc_is_block_algorithm_mode($td)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Checks whether the encryption of the opened mode works on blocks
 *
 * @phpstub
 *
 * @param resource $td
 *
 * @return bool Returns true if the mode is for use with block algorithms, otherwise it
 *              returns false.
 */
function mcrypt_enc_is_block_algorithm_mode($td)
{
}

Function Calls

None

Variables

None

Stats

MD5 e1f37f5d73517675a3df42f84ea6c974
Eval Count 0
Decode Time 95 ms