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 name of the opened algorithm * * @phpstub * * @param resourc..

Decoded Output download

<?php

/**
 * Returns the name of the opened algorithm
 *
 * @phpstub
 *
 * @param resource $td
 *
 * @return string Returns the name of the opened algorithm as a string.
 */
function mcrypt_enc_get_algorithms_name($td)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns the name of the opened algorithm
 *
 * @phpstub
 *
 * @param resource $td
 *
 * @return string Returns the name of the opened algorithm as a string.
 */
function mcrypt_enc_get_algorithms_name($td)
{
}

Function Calls

None

Variables

None

Stats

MD5 0fa5b1456d3dcbd4c9923a60c02bb462
Eval Count 0
Decode Time 79 ms