mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
stream_socket_pair() is not implemented on Windows platforms
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260401 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7631d20236
commit
3a6c2a9f06
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="function.stream-socket-pair" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>stream_socket_pair</refname>
|
||||
|
@ -20,6 +20,7 @@
|
|||
indistinguishable socket streams. This function is commonly used in IPC
|
||||
(Inter-Process Communication).
|
||||
</para>
|
||||
¬e.no-windows;
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
Loading…
Reference in a new issue