PHP Velho Oeste 2024

session_pgsql_get_error

(PECL session_pgsql SVN)

session_pgsql_get_errorReturns number of errors and last error message

説明

session_pgsql_get_error ([ bool $with_error_message = FALSE ] ) : array

Get the number of errors and optional the error messages.

パラメータ

with_error_message

Set to TRUE the literal error message for each error is also returned.

返り値

The number of errors are returned as array.

参考

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top