mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix Doc Bug #55572: socket_set_nonblock description unclear
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316681 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b10762e2f7
commit
aba066a2dd
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
</para>
|
||||
<para>
|
||||
When an operation (e.g. receive, send, connect, accept, ...) is performed on
|
||||
a non-blocking socket, the script not pause its execution until it receives a
|
||||
a non-blocking socket, the script will not pause its execution until it receives a
|
||||
signal or it can perform the operation. Rather, if the operation would result
|
||||
in a block, the called function will fail.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue