| 
 | dbase_openOpens a database Description
   resource dbase_open
    ( string  $filename, int$mode)dbase_open opens a dBase database with the given access mode. 
 
 Parameters
 
 Changelog
 Examples
 Example #1 Opening a dBase database file 
<?phpReturn Values
   Returns a database link identifier if the database is successfully opened,
   or  See Also
 
 |