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 /** * Lookup a message in the current domain * * @phpstub * * @param string $m..
Decoded Output download
<?php
/**
* Lookup a message in the current domain
*
* @phpstub
*
* @param string $message
*
* @return string Returns a translated ``string`` if one is found in the
* translation table, or the submitted message if not found.
*/
function gettext($message)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Lookup a message in the current domain
*
* @phpstub
*
* @param string $message
*
* @return string Returns a translated ``string`` if one is found in the
* translation table, or the submitted message if not found.
*/
function gettext($message)
{
}
Function Calls
None |
Stats
MD5 | 7eba838071bc5c0033771408af715928 |
Eval Count | 0 |
Decode Time | 67 ms |