socket_sendmsg

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

socket_sendmsgManda un messaggio

Descrizione

socket_sendmsg(Socket $socket, array $message, int $flags = 0): int|false

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

socket

message

flags

Valori restituiti

Restituisce il numero di byte inviati, o false in caso di fallimento.

Log delle modifiche

Versione Descrizione
8.0.0 socket is a Socket instance now; previously, it was a resource.

Vedere anche:

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top