PHP » GoLang |
login |
register |
about
|
GoLang socket_create_pair
request it (382)
GoLang replacement for PHP's socket_create_pair
[edit | history]
socket_create_pair(PHP 4 >= 4.1.0, PHP 5, PHP 7) socket_create_pair — Creates 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
|
more
Recently updated
more
Most requested
more
Last requests
|