From 5e5c4b6dedc2ec82adc88559a14a7cb779ce3849 Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Wed, 1 May 2002 09:06:50 +0000 Subject: [PATCH] - Aha, we have &return.success; :-) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80713 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sockets/functions/socket-bind.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/sockets/functions/socket-bind.xml b/reference/sockets/functions/socket-bind.xml index 816cdc711f..082b22e97f 100644 --- a/reference/sockets/functions/socket-bind.xml +++ b/reference/sockets/functions/socket-bind.xml @@ -1,5 +1,5 @@ - + @@ -36,10 +36,10 @@ should be made. - Returns &true; on success, or a &false; on error. The error code can be - retrieved with socket_last_error. This code may be - passed to socket_strerror to get a textual - explanation of the error. + &return.success; The error code can be retrieved with + socket_last_error. This code may be passed to + socket_strerror to get a textual explanation of the + error. See also