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

search for in the

mssql_connect> <mssql_bind
Last updated: Fri, 22 Aug 2008

view this page in

mssql_close

(PHP 4, PHP 5, PECL odbtp:1.1.1-1.1.4)

mssql_closecierra una conexión con MS SQL Server

Descripción

int mssql_close ( int $link_identifier )

Devuleve: TRUE si se finaliza con éxito, FALSE si se produce un error

mssql_close() cierra la conexión con una base de datos MS SQL Server que está asociada al identificador especificado. Si el identificador no se especifica, se asume la última conexión abierta.

Observe que normalmente esto no es necesario, ya que las conexiones no-persistentes abiertas se cierran automaticamente en cuanto finaliza el script.

mssql_close() no cerrará conexiones persistentes generadas por mssql_pconnect().

Ver también: mssql_connect(), mssql_pconnect().



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

mssql_connect> <mssql_bind
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites