socket_set_option
brefphp/bref
Supported Versions: PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8
Sets socket options for the socket
Alias
socket_setopt
<?php socket_set_option
(
Socket $socket
,
int $level
,
int $option
,
array
|
string
|
int $value
):
bool