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).