Home > PHP > Function > Sybase > sybase_close()

sybase_close()

sybase_close - Closes a Sybase connection

Syntax

bool sybase_close (resource $link_identifier)

Arguments

  • link_identifier - If the link identifier isn\'t specified, the last opened link is assumed.

Description

sybase_close() closes the link to a Sybase database that's associated with the specified link link_identifier.

Version

PHP 4, 5

Return value

Returns TRUE on success or FALSE on failure.