PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

sybase_connect> <sybase_affected_rows
Last updated: Sun, 25 Nov 2007

view this page in

sybase_close

(PHP 4, PHP 5)

sybase_close — Sybase서버로의 연결을 종료한다.

Description

bool sybase_close ( int $link_identifier )

연결에 성공하면 'TRUE'를 실패하면 'error'를 반환한다.

sybase_close() 는 link identifier에 의해 생성된 Sybase database에의 접속을 종료한다. 만약 link identifier가 정의되어 있지 않다면, 마지막으로 연결된 링크로 가정한다.

Note that this isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution. 주의해야 할 점은 스크립트 종료시 링크가 Persistent link가 아닌 경우에는 링크가 자동으로 종료된다는 점이다.

sybase_close() 함수는 sybase_pconnect()함수에 의해 생성된 Persistent link는 종료시키지 않는다.

See also: sybase_connect(), sybase_pconnect().



add a note add a note User Contributed Notes
sybase_close
There are no user contributed notes for this page.

sybase_connect> <sybase_affected_rows
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites