Join Up!
104881 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previousdbase_numrecordsdbase_packnext
Last updated: Tue, 28 May 2002
view the printer friendly version or the printer friendly version with notes or change language to Czech | German | Spanish

dbase_open

(PHP 3, PHP 4 >= 4.0.0)

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.

Huomaa: Kun safe mode on käytössä, PHP tarkistaa onko käsiteltävien tiedostojen/hakemistojen UID sama kuin ajettavalla skriptillä.

User Contributed Notes
dbase_open
add a note about notes
There are no user contributed notes for this page.
previousdbase_numrecordsdbase_packnext
Last updated: Tue, 28 May 2002
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: http://phpbuilder.com/
Last updated: Thu Oct 31 18:34:28 2002 EST