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 /** * Plural version of dgettext * * @phpstub * * @param string $domain * @pa..
Decoded Output download
<?php
/**
* Plural version of dgettext
*
* @phpstub
*
* @param string $domain
* @param string $msgid1
* @param string $msgid2
* @param int $n
*
* @return string A ``string`` on success.
*/
function dngettext($domain, $msgid1, $msgid2, $n)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Plural version of dgettext
*
* @phpstub
*
* @param string $domain
* @param string $msgid1
* @param string $msgid2
* @param int $n
*
* @return string A ``string`` on success.
*/
function dngettext($domain, $msgid1, $msgid2, $n)
{
}
Function Calls
None |
Stats
MD5 | 49cd3bdaeabdac440f8e7250003c8d6a |
Eval Count | 0 |
Decode Time | 108 ms |