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 /** * Overrides the domain for a single lookup * * @phpstub * * @param string ..
Decoded Output download
<?php
/**
* Overrides the domain for a single lookup
*
* @phpstub
*
* @param string $domain
* @param string $message
* @param int $category
*
* @return string A ``string`` on success.
*/
function dcgettext($domain, $message, $category)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Overrides the domain for a single lookup
*
* @phpstub
*
* @param string $domain
* @param string $message
* @param int $category
*
* @return string A ``string`` on success.
*/
function dcgettext($domain, $message, $category)
{
}
Function Calls
None |
Stats
MD5 | 1d8b471826599309943a5b4713f7ca9a |
Eval Count | 0 |
Decode Time | 83 ms |