Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
session_pgsql_get_error
(PECL session_pgsql SVN)
session_pgsql_get_error — Returns number of errors and last error message
Описание
array session_pgsql_get_error ([ bool $with_error_message = false ] )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.
Смотрите также
- session_pgsql_add_error() - Increments error counts and sets last error message
User Contributed Notes
There are no user contributed notes for this page.

Описание на php.ru