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 /** * Get the last error message string of a connection * * @phpstub * * @para..
Decoded Output download
<?php
/**
* Get the last error message string of a connection
*
* @phpstub
*
* @param resource $connection
*
* @return string A ``string`` containing the last error message on the
* given , or false on error.
*/
function pg_last_error($connection = NULL)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Get the last error message string of a connection
*
* @phpstub
*
* @param resource $connection
*
* @return string A ``string`` containing the last error message on the
* given , or false on error.
*/
function pg_last_error($connection = NULL)
{
}
Function Calls
None |
Stats
MD5 | 3960491d115f21a4d3acbe51ef7fec8e |
Eval Count | 0 |
Decode Time | 75 ms |