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 connectionSYNOPSISbool sybase_close ([resource $link_identifier])DESCRIPTIONsybase_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).PARAMETERSo $link_identifier - If the link identifier isn't specified, the last opened link is assumed.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOsybase_connect(3), sybase_pconnect(3). PHP Documentation Group SYBASE_CLOSE(3)
Related Man Pages |
---|
fbsql_select_db(3) - php |
ibase_trans(3) - php |
mssql_select_db(3) - php |
mssql_query(3) - php |
fbsql_db_status(3) - php |
Similar Topics in the Unix Linux Community |
---|
remote sybase connection and php error. |