PHP » GoLang |
login |
register |
about
|
GoLang pg_result_error
request it (395)
GoLang replacement for PHP's pg_result_error
[edit | history]
pg_result_error(PHP 4 >= 4.2.0, PHP 5, PHP 7) pg_result_error — Get error message associated with result Description
string pg_result_error
( resource
$result
)
pg_result_error() returns any error message
associated with the The function pg_result_error_field() can give much greater detail on result errors than pg_result_error().
Because pg_query() returns Parameters
Return Values
Returns a string. Returns empty string if there is no error. If there is an error associated with the
Examples
Example #1 pg_result_error() example
<?php See Also
|
more
Recently updated
more
Most requested
|