didou Fri Feb 4 11:00:58 2005 EDT
Modified files: /phpdoc/en/reference/dbase/functions dbase-open.xml Log: mode=1 never worked and won't be fixed, clarify it. http://cvs.php.net/diff.php/phpdoc/en/reference/dbase/functions/dbase-open.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/dbase/functions/dbase-open.xml diff -u phpdoc/en/reference/dbase/functions/dbase-open.xml:1.6 phpdoc/en/reference/dbase/functions/dbase-open.xml:1.7 --- phpdoc/en/reference/dbase/functions/dbase-open.xml:1.6 Sat Jan 29 18:23:50 2005 +++ phpdoc/en/reference/dbase/functions/dbase-open.xml Fri Feb 4 11:00:58 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <refentry id="function.dbase-open"> <refnamediv> <refname>dbase_open</refname> @@ -37,13 +37,14 @@ <listitem> <para> An integer which correspond to those for the <command>open()</command> - system call (Typically 0 means read-only, 1 means write-only, and 2 means - read and write). + system call (Typically 0 means read-only, 1 means write-only, and 2 + means read and write). </para> <note> <para> - Actually, you can't open a dBase file in write-only mode as the function - will fail to read the headers infomation. + You can't open a dBase file in write-only mode as the function will + fail to read the headers infomation and thus you can't use 1 as + <parameter>mode</parameter>. </para> </note> </listitem>