Home > PHP > Function > > ingres_close()

ingres_close()

ingres_close - Close an Ingres database connection

Syntax

bool ingres_close (resource $link)

Arguments

  • link - The connection link identifier

Description

ingres_close() closes the connection to the Ingres server that is associated with the specified link.

Version

PHP 4.0.2, 5 <= 5.0.5, PECL ingres >= 1.0.0

Return value

Returns TRUE on success or FALSE on failure.