pg_close(PHP 4, PHP 5) pg_close — Closes a PostgreSQL connection Описание
bool pg_close
([ resource $connection
] )
pg_close() closes the non-persistent connection to a PostgreSQL database associated with the given connection resource.
If there is open large object resource on the connection, do not close the connection before closing all large object resources. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Примеры
Пример #1 pg_close() example
<?phpРезультат выполнения данного примера:
|
|
|
| © 2009 Тест скорости интернета | Boont.Ru |