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 /** * Return error description for FDF error code * * @phpstub * * @param int ..

Decoded Output download

<?php

/**
 * Return error description for FDF error code
 *
 * @phpstub
 *
 * @param int $error_code
 *
 * @return string Returns the error message as a string, or the string
 *                if nothing went wrong.
 */
function fdf_error($error_code = -1)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Return error description for FDF error code
 *
 * @phpstub
 *
 * @param int $error_code
 *
 * @return string Returns the error message as a string, or the string
 *                if nothing went wrong.
 */
function fdf_error($error_code = -1)
{
}

Function Calls

None

Variables

None

Stats

MD5 7a5fc700896d104f4ade4d670e9f033b
Eval Count 0
Decode Time 98 ms