update : 2015.11.03
php.shukuma.com검색:
|
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
If there is open large object resource on the connection, do not close the connection before closing all large object resources. 인수
반환값
성공 시 예제
Example #1 pg_close() example
<?php 위 예제의 출력: Connected successfully |