From 2de8a821f3eb1c00ada981e08bb97faca76b6f79 Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Wed, 13 Feb 2002 21:59:59 +0000 Subject: [PATCH] Note that the 3rd and 4th args to fsockopen() are always passed by ref. Closes Bug #8087. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70194 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/network.xml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/functions/network.xml b/functions/network.xml index 705a7f3451..7deb7c25fd 100644 --- a/functions/network.xml +++ b/functions/network.xml @@ -1,5 +1,5 @@ - + Network Functions Network @@ -171,14 +171,15 @@ If the call fails, it will return &false; and if the optional errno and errstr arguments are present they will be set to indicate the actual - system level error that occurred on the system-level - connect() call. If the returned errno is - 0 and the function returned &false;, it is an - indication that the error occurred before the - connect() call. This is most likely due to a - problem initializing the socket. Note that the - errno and errstr - arguments must be passed by reference. + system level error that occurred in the system-level + connect() call. If the value returned in + errno is 0 and the + function returned &false;, it is an indication that the error + occurred before the connect() call. This is + most likely due to a problem initializing the socket. Note that + the errno and + errstr arguments will always be passed by + reference. Depending on the environment, the Unix domain or the optional