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 /** * Send a NULL-terminated string to PostgreSQL backend * * @phpstub * * @pa..
Decoded Output download
<?php
/**
* Send a NULL-terminated string to PostgreSQL backend
*
* @phpstub
*
* @param resource $connection
* @param string $data
*
* @return bool
*/
function pg_put_line($connection = NULL, $data)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Send a NULL-terminated string to PostgreSQL backend
*
* @phpstub
*
* @param resource $connection
* @param string $data
*
* @return bool
*/
function pg_put_line($connection = NULL, $data)
{
}
Function Calls
None |
Stats
MD5 | b16574ceeb187e80e786a3ab5b723f85 |
Eval Count | 0 |
Decode Time | 96 ms |