mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Use stream_select() for advanced operations (bug #35077)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@199961 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9eb72ca307
commit
d4d2fc5caa
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/network.xml, last change in rev 1.18 -->
|
||||
<refentry id="function.stream-set-timeout">
|
||||
<refnamediv>
|
||||
|
@ -62,6 +62,13 @@ if (!$fp) {
|
|||
may support this function.
|
||||
</simpara>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
This function doesn't work with advanced operations like
|
||||
<function>stream_socket_recvfrom</function>, use
|
||||
<function>stream_select</function> with timeout parameter instead.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
This function was previously called as
|
||||
<function>set_socket_timeout</function> and later
|
||||
|
|
Loading…
Reference in a new issue