socket_sendmsg

Send a message

Description

intfalse socket_sendmsg(Socket $socket, array $message, int $flags = 0)

Warning

This function is currently not documented; only its argument list is available.

Parameters

socket

message

flags

Return Values

Returns the number of bytes sent, or false on failure.

Changelog

Version Description
8.0.0 socket is a Socket instance now; previously, it was a resource.

See Also

  • socket_recvmsg
  • socket_cmsg_space