php man page for dbase_close

Query: dbase_close

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DBASE_CLOSE(3)								 1							    DBASE_CLOSE(3)

dbase_close - Closes a database

SYNOPSIS
bool dbase_close (int $dbase_identifier)
DESCRIPTION
Closes the given database link identifier.
PARAMETERS
o $dbase_identifier - The database link identifier, returned by dbase_open(3) or dbase_create(3).
RETURN VALUES
Returns TRUE on success or FALSE on failure.
EXAMPLES
Example #1 Closing a dBase database file <?php // open in read-only mode $db = dbase_open('/tmp/test.dbf', 0); if ($db) { // read some data .. dbase_close($db); } ?>
SEE ALSO
dbase_open(3), dbase_create(3). PHP Documentation Group DBASE_CLOSE(3)
Related Man Pages
mssql_select_db(3) - php
dbase_get_record_with_names(3) - php
dbase_open(3) - php
fbsql_close(3) - php
fbsql_db_status(3) - php
Similar Topics in the Unix Linux Community
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Denial Of Service Attack Update