maxim Fri Nov 8 22:23:47 2002 EDT
Modified files:
/phpdoc/en/reference/dio/functions dio-open.xml
Log:
Fixed on-error return value to be FALSE as in the sources instead of -1 as documented
Index: phpdoc/en/reference/dio/functions/dio-open.xml
diff -u phpdoc/en/reference/dio/functions/dio-open.xml:1.2
phpdoc/en/reference/dio/functions/dio-open.xml:1.3
--- phpdoc/en/reference/dio/functions/dio-open.xml:1.2 Wed Apr 17 02:37:33 2002
+++ phpdoc/en/reference/dio/functions/dio-open.xml Fri Nov 8 22:23:47 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/dio.xml, last change in rev 1.1 -->
<refentry id="function.dio-open">
<refnamediv>
@@ -19,7 +19,7 @@
</methodsynopsis>
<para>
<function>dio_open</function> opens a file and returns a new file
- descriptor for it, or -1 if any error occurred. If
+ descriptor for it, or &false; if any error occurred. If
<parameter>flags</parameter> is O_CREAT, optional third parameter
<parameter>mode</parameter> will set the mode of the file
(creation permissions). The <parameter>flags</parameter>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php