hholzgra                Thu Feb 20 05:41:35 2003 EDT

  Modified files:              
    /phpdoc/en/reference/curl/functions curl-errno.xml curl-error.xml 
  Log:
  minimal documentation for yet undocumented stuff
  
  
Index: phpdoc/en/reference/curl/functions/curl-errno.xml
diff -u phpdoc/en/reference/curl/functions/curl-errno.xml:1.3 
phpdoc/en/reference/curl/functions/curl-errno.xml:1.4
--- phpdoc/en/reference/curl/functions/curl-errno.xml:1.3       Sat Jun 15 04:41:36 
2002
+++ phpdoc/en/reference/curl/functions/curl-errno.xml   Thu Feb 20 05:41:35 2003
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/curl.xml, last change in rev 1.21 -->
   <refentry id='function.curl-errno'>
    <refnamediv>
     <refname>curl_errno</refname>
-    <refpurpose>Return an integer containing the last error number</refpurpose>
+    <refpurpose>Return the last error number</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -13,8 +13,11 @@
       <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
      </methodsynopsis>
     <para>
-     &warn.undocumented.func;
+     Returns the error number for the last cURL operation on the
+     resource <parameter>ch</parameter>, or
+     <literal>0</literal> (zero) if no error occurred.
     </para>
+    <para>See also <function>curl_error</function>.</para>
    </refsect1>
   </refentry>
 
Index: phpdoc/en/reference/curl/functions/curl-error.xml
diff -u phpdoc/en/reference/curl/functions/curl-error.xml:1.3 
phpdoc/en/reference/curl/functions/curl-error.xml:1.4
--- phpdoc/en/reference/curl/functions/curl-error.xml:1.3       Sat Jun 15 04:41:36 
2002
+++ phpdoc/en/reference/curl/functions/curl-error.xml   Thu Feb 20 05:41:35 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/curl.xml, last change in rev 1.21 -->
   <refentry id='function.curl-error'>
    <refnamediv>
@@ -15,8 +15,11 @@
       <methodparam><type>resource</type><parameter>ch</parameter></methodparam>
      </methodsynopsis>
     <para>
-     &warn.undocumented.func;
+     Returns a clear text error message for the last cURL operation on the
+     resource <parameter>ch</parameter>, or 
+     <literal>''</literal> (the empty string) if no error occurred.
     </para>
+    <para>See also <function>curl_errno</function>.</para>
    </refsect1>
   </refentry>
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to