php man page for sybase_close

Query: sybase_close

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SYBASE_CLOSE(3) 														   SYBASE_CLOSE(3)

sybase_close - Closes a Sybase connection

SYNOPSIS
bool sybase_close ([resource $link_identifier])
DESCRIPTION
sybase_close(3) closes the link to a Sybase database that's associated with the specified link $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. sybase_close(3) will not close persistent links generated by sybase_pconnect(3).
PARAMETERS
o $link_identifier - If the link identifier isn't specified, the last opened link is assumed.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
sybase_connect(3), sybase_pconnect(3). PHP Documentation Group SYBASE_CLOSE(3)
Related Man Pages
mysql_select_db(3) - php
mssql_query(3) - php
fbsql_close(3) - php
ingres_pconnect(3) - php
mssql_close(3) - php
Similar Topics in the Unix Linux Community
remote sybase connection and php error.