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 size of the IV of the opened algorithm * * @phpstub * * @par..

Decoded Output download

<?php

/**
 * Returns the size of the IV of the opened algorithm
 *
 * @phpstub
 *
 * @param resource $td
 *
 * @return int Returns the size of the IV, or 0 if the IV is ignored by the algorithm.
 */
function mcrypt_enc_get_iv_size($td)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the size of the IV of the opened algorithm
 *
 * @phpstub
 *
 * @param resource $td
 *
 * @return int Returns the size of the IV, or 0 if the IV is ignored by the algorithm.
 */
function mcrypt_enc_get_iv_size($td)
{
}

Function Calls

None

Variables

None

Stats

MD5 60daff0c1f306b68a933adc9fe6e7a0c
Eval Count 0
Decode Time 73 ms