socket_create
reactphp/socket
Supported Versions: PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8
Create a socket (endpoint for communication)
<?php socket_create
(
int $domain
,
int $type
,
int $protocol
):
Socket
|
false