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 /** * Determines the verbosity of messages returned by and . * * @phpstub ..
Decoded Output download
<?php
/**
* Determines the verbosity of messages returned by
and .
*
* @phpstub
*
* @param resource $connection
* @param int $verbosity
*
* @return int The previous verbosity level: ,
*
* or .
*/
function pg_set_error_verbosity($connection = NULL, $verbosity)
{
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Determines the verbosity of messages returned by
and .
*
* @phpstub
*
* @param resource $connection
* @param int $verbosity
*
* @return int The previous verbosity level: ,
*
* or .
*/
function pg_set_error_verbosity($connection = NULL, $verbosity)
{
}
Function Calls
None |
Stats
MD5 | 6c2725f78c9926cb5ef524778bd7c7de |
Eval Count | 0 |
Decode Time | 99 ms |