jcs:close() Function

Syntax

expr  jcs:close(connection)

Description

Close a previously opened connection handle.

Parameters

The following example closes the connection handle $connection, which was originally generated by a call to the jcs:open() function:

expr  jcs:close($connection);

Related Topics