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 databaseSYNOPSISbool dbase_close (int $dbase_identifier)DESCRIPTIONCloses the given database link identifier.PARAMETERSo $dbase_identifier - The database link identifier, returned by dbase_open(3) or dbase_create(3).RETURN VALUESReturns TRUE on success or FALSE on failure.EXAMPLESExample #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 ALSOdbase_open(3), dbase_create(3). PHP Documentation Group DBASE_CLOSE(3)
Related Man Pages |
---|
dbase_create(3) - php |
mssql_select_db(3) - php |
dbase_add_record(3) - php |
dbase_replace_record(3) - php |
ingres_commit(3) - php |
Similar Topics in the Unix Linux Community |
---|
UNIX.COM 2017 Year End Summary |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
Please Welcome Ravinder Singh to the Moderation Team |
Denial Of Service Attack Update |