socket_sendmsg

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

socket_sendmsgSend a message

說(shuō)明

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

警告

本函數(shù)還未編寫(xiě)文檔,僅有參數(shù)列表。

參數(shù)

socket

message

flags

返回值

Returns the number of bytes sent, 或者在失敗時(shí)返回 false.

更新日志

版本 說(shuō)明
8.0.0 現(xiàn)在 socketSocket 實(shí)例, 之前是 resource。

參見(jiàn)