預(yù)定義常量
下列常量由此擴(kuò)展定義,且僅在此擴(kuò)展編譯入 PHP 或在運(yùn)行時(shí)動態(tài)載入時(shí)可用。
-
DBASE_VERSION
(string)
-
The extension version.
(Available as of dbase 7.0.0)
-
DBASE_RDONLY
(int)
-
Open database for reading only. Used with dbase_open().
(Available as of dbase 7.0.0)
-
DBASE_RDWR
(int)
-
Open database for reading and writing. Used with dbase_open().
(Available as of dbase 7.0.0)
-
DBASE_TYPE_DBASE
(int)
-
Create dBASE style database. Used with dbase_create().
(Available as of dbase 7.0.0)
-
DBASE_TYPE_FOXPRO
(int)
-
Create FoxPro style database. Used with dbase_create().
(Available as of dbase 7.0.0)