mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
return values have changed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175920 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c0f21e40c8
commit
a47a29e757
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.stream-socket-enable-crypto">
|
||||
<refnamediv>
|
||||
<refname>stream_socket_enable_crypto</refname>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>resource</type><methodname>stream_socket_enable_crypto</methodname>
|
||||
<type>mixed</type><methodname>stream_socket_enable_crypto</methodname>
|
||||
<methodparam><type>resource</type><parameter>stream</parameter></methodparam>
|
||||
<methodparam><type>bool</type><parameter>enable</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>crypto_type</parameter></methodparam>
|
||||
|
@ -50,7 +50,9 @@
|
|||
</simpara>
|
||||
|
||||
<simpara>
|
||||
&return.success;
|
||||
Returns &true; on success, &false; if negotiation has failed or
|
||||
<literal>0</literal> if there isn't enough data and you should try again
|
||||
(only for non-blocking sockets).
|
||||
</simpara>
|
||||
|
||||
<example>
|
||||
|
|
Loading…
Reference in a new issue