★ wanayoo — archive 1999 http://fr.php.net/manual/cs/function.mssql-close.phpNouvelle recherche | Portail wanayoo
PHP  
downloads | documentation | faq | getting help | reporting bugs | links 
search for in the  
previousMS SQL Servermssql_connectnext
Last updated: Wed, 27 Mar 2002
view this page in Plain HTML | English | Brazilian Portuguese | Dutch | Finnish | French | German | Hungarian | Italian | Japanese | Korean | Polish | Romanian | Russian | Spanish | Turkish

mssql_close

(PHP 3, PHP 4 >= 4.0.0)

mssql_close -- Close MS SQL Server connection

Description

int mssql_close ( [int link_identifier])

Returns: TRUE on success, FALSE on error.

mssql_close() closes the link to a MS SQL Server database that's associated with the specified link identifier. If the link identifier isn't specified, the last opened link is assumed.

Note that this isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution.

mssql_close() will not close persistent links generated by mssql_pconnect().

See also: mssql_connect(), mssql_pconnect().

User Contributed Notes
mssql_close
add a note about notes
There are no user contributed notes for this page.
previousMS SQL Servermssql_connectnext
Last updated: Wed, 27 Mar 2002
show source | credits | stats | mirror sites:  
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: nexen.net
Last updated: Mon Apr 15 04:59:23 2002 CEST

Warning: Failed opening '/home/include/phpweb' for inclusion (include_path='.:./include:../include:../../include') in Unknown on line 0