|
pg_result_errorGet error message associated with result Description
stringfalse pg_result_error(PgSql\Result
$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
Changelog
Examples
Example #1 pg_result_error example
See Also
|