GoLang dba_close

request it (317)
GoLang replacement for PHP's dba_close [edit | history]



Do you know a GoLang replacement for PHP's dba_close? Write it!

PHP dba_close

PHP original manual for dba_close [ show | php.net ]

dba_close

(PHP 4, PHP 5, PHP 7)

dba_closeClose a DBA database

Description

void dba_close ( resource $handle )

dba_close() closes the established database and frees all resources of the specified database handle.

Parameters

handle

The database handler, returned by dba_open() or dba_popen().

Return Values

No value is returned.

See Also