|
stream_socket_sendtoSends a message to a socket, whether it is connected or not Beschreibung
int stream_socket_sendto
( resource
$socket
, string $data
[, int $flags = 0
[, string $address
]] )
Sends the specified Parameter-Liste
RückgabewerteReturns a result code, as an integer. Beispiele
Beispiel #1 stream_socket_sendto Example
<?phpSiehe auch
|