★ wanayoo — archive 1999 http://www.php.net/manual/function.dbase-open.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to dBase
Quick Reference
German version of this pageJapanese version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
dBase
* dbase_create
* dbase_open
* dbase_close
* dbase_pack
* dbase_add_record
* dbase_replace_record
* dbase_delete_record
* dbase_get_record
* dbase_get_record_with_names
* dbase_numfields
* dbase_numrecords
Manual: dbase_open
View the source code for this pageSearch the site



Previous page
 dbase_create
 Updated
Sat, 12 Aug 2000
dbase_close 
Next page


dbase_open

(PHP3 , PHP4 )

dbase_open -- Opens a dBase database

Description

int dbase_open (string filename, int flags)

The flags correspond to those for the open() system call. (Typically 0 means read-only, 1 means write-only, and 2 means read and write.)

Returns a dbase_identifier for the opened database, or false if the database couldn't be opened.


 About Notes


Previous page
 dbase_create
 Updated
Sat, 12 Aug 2000
dbase_close 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.