From 3967896ad4b2efec63c22d5969dc5a86ddf20ea5 Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Tue, 30 Apr 2002 22:20:19 +0000 Subject: [PATCH] - Update docs. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80647 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../sockets/functions/socket-strerror.xml | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/reference/sockets/functions/socket-strerror.xml b/reference/sockets/functions/socket-strerror.xml index 37c238f78f..773ae8074b 100644 --- a/reference/sockets/functions/socket-strerror.xml +++ b/reference/sockets/functions/socket-strerror.xml @@ -1,5 +1,5 @@ - + @@ -12,16 +12,15 @@ stringsocket_strerror interrno - &warn.experimental.func; + &warn.experimental.func; socket_strerror takes as its - errno parameter the return value of one of - the socket functions, and returns the corresponding explanatory - text. This makes it a bit more pleasant to figure out why - something didn't work; for instance, instead of having to track - down a system include file to find out what '-111' means, you - just pass it to socket_strerror, and it tells you - what happened. + errno parameter a socket error code as returned by + socket_last_error and returns the corresponding + explanatory text. This makes it a bit more pleasant to figure out why + something didn't work; for instance, instead of having to track down a + system include file to find out what '-111' means, you just pass it to + socket_strerror, and it tells you what happened. @@ -29,12 +28,12 @@ ]]>