socket_get_option
brefphp/bref
Supported Versions: PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8
Gets socket options for the socket
Alias
socket_getopt
<?php socket_get_option
(
Socket $socket
,
int $level
,
int $option
): array|
int
|
false