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 /** * Gets the client encoding * * @phpstub * * @param resource $connection *..
Decoded Output download
<?php
/**
* Gets the client encoding
*
* @phpstub
*
* @param resource $connection
*
* @return string The client encoding, or false on error.
*/
function pg_client_encoding($connection = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Gets the client encoding
*
* @phpstub
*
* @param resource $connection
*
* @return string The client encoding, or false on error.
*/
function pg_client_encoding($connection = NULL)
{
}
Function Calls
None |
Stats
MD5 | afc0637e48d8787fccef821aee4f75b4 |
Eval Count | 0 |
Decode Time | 75 ms |