|
socket_create_pairCreates a pair of indistinguishable sockets and stores them in an array Description
bool socket_create_pair
( int
$domain
, int $type
, int $protocol
, array &$fd
)
socket_create_pair creates two connected and
indistinguishable sockets, and stores them in Parameters
Return Values
Returns Changelog
Examples
Example #1 socket_create_pair example
<?php
Example #2 socket_create_pair IPC example
<?php See Also
|