socket_sendmsg

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

socket_sendmsgSend a message

Descrição

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

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.

Changelog

Versão Descrição
8.0.0 socket is a Socket instance now; previously, it was a resource.

Veja Também

add a note add a note

User Contributed Notes

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