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 error message * * @phpstub * * @param int $connection * * @ret..

Decoded Output download

<?php

/**
 * Returns error message
 *
 * @phpstub
 *
 * @param int $connection
 *
 * @return string Returns a string containing the last error message or 'No Error'.
 *                If false is returned, this function failed.
 */
function hw_ErrorMsg($connection)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Returns error message
 *
 * @phpstub
 *
 * @param int $connection
 *
 * @return string Returns a string containing the last error message or 'No Error'.
 *                If false is returned, this function failed.
 */
function hw_ErrorMsg($connection)
{
}

Function Calls

None

Variables

None

Stats

MD5 3f7370bbebb5e5b182796393ebb242f3
Eval Count 0
Decode Time 69 ms