socket_sendmsg

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

socket_sendmsgSend a message

说明

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

警告

本函数还未编写文档,仅有参数列表。

参数

socket

message

flags

返回值

Returns the number of bytes sent, 或者在失败时返回 false.

更新日志

版本 说明
8.0.0 现在 socketSocket 实例, 之前是 resource

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top