PHP: Hypertext Preprocessor (original) (raw)

ibase_close

(PHP 5, PHP 7 < 7.4.0)

ibase_close — Close a connection to an InterBase database

Description

Parameters

connection_id

An InterBase link identifier returned fromibase_connect(). If omitted, the last opened link is assumed.

Return Values

Returns [true](reserved.constants.php#constant.true) on success or [false](reserved.constants.php#constant.false) on failure.

See Also