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 /** * Specify the character encoding in which the messages from the DOMAIN message..
Decoded Output download
<?php
/**
* Specify the character encoding in which the messages from the DOMAIN message catalog will be returned
*
* @phpstub
*
* @param string $domain
* @param string $codeset
*
* @return string A ``string`` on success.
*/
function bind_textdomain_codeset($domain, $codeset)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Specify the character encoding in which the messages from the DOMAIN message catalog will be returned
*
* @phpstub
*
* @param string $domain
* @param string $codeset
*
* @return string A ``string`` on success.
*/
function bind_textdomain_codeset($domain, $codeset)
{
}
Function Calls
None |
Stats
MD5 | 0113bc7552d59d80d146e46682fd2de5 |
Eval Count | 0 |
Decode Time | 118 ms |