Funções para Socket
PHP Manual

socket_sendmsg

(PHP 5 >= 5.5.0, PHP 7)

socket_sendmsgSend a message

Descrição

int socket_sendmsg ( resource $socket , array $message , int $flags )

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

socket

message

flags

Valor Retornado

Returns the number of bytes sent, ou FALSE em caso de falha.

Veja Também


Funções para Socket
PHP Manual