SESSION_PGSQL_GET_ERROR(3) 1 SESSION_PGSQL_GET_ERROR(3)
session_pgsql_get_error - Returns number of errors and last error message
SYNOPSIS
array session_pgsql_get_error ([bool $with_error_message = false])
DESCRIPTION
Get the number of errors and optional the error messages.
PARAMETERS
o $with_error_message
- Set to TRUE the literal error message for each error is also returned.
RETURN VALUES
The number of errors are returned as array.
SEE ALSO
session_pgsql_add_error(3).
PHP Documentation Group SESSION_PGSQL_GET_ERROR(3)