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