Home > PHP > Function > YAZ > yaz_close()

yaz_close()

yaz_close - Close YAZ connection

Syntax

bool yaz_close (resource $id)

Arguments

  • id - The connection resource returned by yaz_connect().

Description

Closes the connection given by parameter id.

Version

PHP 4.0.1, PECL yaz >= 0.9.0

Return value

Returns TRUE on success or FALSE on failure.