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 the name of the character set * * @phpstub * * @param resource $..
Decoded Output download
<?php
/**
* Returns the name of the character set
*
* @phpstub
*
* @param resource $link_identifier
*
* @return string Returns the default character set name for the current connection.
*/
function mysql_client_encoding($link_identifier = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Returns the name of the character set
*
* @phpstub
*
* @param resource $link_identifier
*
* @return string Returns the default character set name for the current connection.
*/
function mysql_client_encoding($link_identifier = NULL)
{
}
Function Calls
None |
Stats
MD5 | 3c4a8825a17634d6b5575f1f7d909337 |
Eval Count | 0 |
Decode Time | 71 ms |