Home > PHP > Function > Informix > ifx_close()

ifx_close()

ifx_close - Close Informix connection

Syntax

bool ifx_close (resource $link_identifier)

Arguments

  • link_identifier - The link identifier. If not specified, the last opened link is assumed.

Description

ifx_close() closes the link to an Informix database that's associated with the specified link identifier.

Version

PHP 4, <=5.2.0

Return value

Returns TRUE on success or FALSE on failure.