From 2d7b47fdd3fbc04d0fb6b4941b3d49e57dfca3b4 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Fri, 28 Oct 2016 10:34:53 +0000 Subject: [PATCH] Document new DBASE_RDONLY and DBASE_RDWR constants git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340754 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dbase/constants.xml | 28 +++++++++++++++++++++++- reference/dbase/functions/dbase-open.xml | 5 +++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/reference/dbase/constants.xml b/reference/dbase/constants.xml index 9cfe6d5a05..68ee77ab4f 100644 --- a/reference/dbase/constants.xml +++ b/reference/dbase/constants.xml @@ -3,7 +3,33 @@ &reftitle.constants; - &no.constants; + &extension.constants; + + + + DBASE_RDONLY + (int) + + + + Open database for reading only. + (Available as of dbase 7.0.0) + + + + + + DBASE_RDWR + (int) + + + + Open database for reading and writing. + (Available as of dbase 7.0.0) + + + +