mfischer Sat May 4 01:00:28 2002 EDT
Modified files:
/phpdoc/en/reference/sockets/functions socket-clear-error.xml
Log:
- Add 'See also' paragraph.
Index: phpdoc/en/reference/sockets/functions/socket-clear-error.xml
diff -u phpdoc/en/reference/sockets/functions/socket-clear-error.xml:1.3
phpdoc/en/reference/sockets/functions/socket-clear-error.xml:1.4
--- phpdoc/en/reference/sockets/functions/socket-clear-error.xml:1.3 Wed May 1
05:00:14 2002
+++ phpdoc/en/reference/sockets/functions/socket-clear-error.xml Sat May 4
+01:00:28 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.socket-clear-error">
<refnamediv>
<refname>socket_clear_error</refname>
@@ -20,6 +20,11 @@
This function allows explicitely resetting the error code value either of
a socket or of the extension global last error code. This may be useful
to detect within a part of the application if an error occured or not.
+ </para>
+ <para>
+ See also
+ <function>socket_last_error</function> and
+ <function>socket_strerror</function>.
</para>
</refsect1>
</refentry>