GoLang socket_sendmsg

request it (302)
GoLang replacement for PHP's socket_sendmsg [edit | history]



Do you know a GoLang replacement for PHP's socket_sendmsg? Write it!

PHP socket_sendmsg

PHP original manual for socket_sendmsg [ show | php.net ]

socket_sendmsg

(PHP 5 >= 5.5.0, PHP 7)

socket_sendmsgSend a message

Description

int socket_sendmsg ( resource $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.

See Also