PHP 8.5.0 Alpha 1 available for testing

Voting

: max(five, two)?
(Example: nine)

The Note You're Voting On

yaBliznyk at gmail dot com
8 years ago
/* any code */
$linger = array ('l_linger' => 0, 'l_onoff' => 1);
socket_set_option($socket, SOL_SOCKET, SO_LINGER, $linger);
socket_close($sock);

This is code to force close socket connection.

<< Back to user notes page

To Top