Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
Наш чат в Telegram для обмена идеями, проектами, мыслями, людьми в сфере ИТ г.Ростова-на-Дону: @it_rostov
pg_flush
(PHP 5 >= 5.6.0, PHP 7)
pg_flush — Flush outbound query data on the connection
Описание
mixed pg_flush ( resource $connection )pg_flush() flushes any outbound query data waiting to be sent on the connection.
Список параметров
connection
- PostgreSQL database connection resource.Возвращаемые значения
Returns TRUE if the flush was successful or no data was waiting to be flushed, 0 if part of the pending data was flushed but more remains или FALSE в случае возникновения ошибки.
User Contributed Notes
There are no user contributed notes for this page.
Смотрите также:
Описание на ru2.php.net
Описание на php.ru