From a47a29e757d0688686088e781320bbd3685a0e51 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 29 Dec 2004 20:06:59 +0000 Subject: [PATCH] return values have changed git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175920 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../stream/functions/stream-socket-enable-crypto.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/reference/stream/functions/stream-socket-enable-crypto.xml b/reference/stream/functions/stream-socket-enable-crypto.xml index 14cc3be4ab..4ea1836cc9 100644 --- a/reference/stream/functions/stream-socket-enable-crypto.xml +++ b/reference/stream/functions/stream-socket-enable-crypto.xml @@ -1,5 +1,5 @@ - + stream_socket_enable_crypto @@ -10,7 +10,7 @@ Description - resourcestream_socket_enable_crypto + mixedstream_socket_enable_crypto resourcestream boolenable intcrypto_type @@ -50,7 +50,9 @@ - &return.success; + Returns &true; on success, &false; if negotiation has failed or + 0 if there isn't enough data and you should try again + (only for non-blocking sockets).