(PHP 5 >= 5.5.0, PHP 7, PHP 8)
socket_sendmsg — Send a message
本函数还未编写文档,仅有参数列表。
socket
message
flags
Returns the number of bytes sent, 或者在失败时返回 false
.
版本 | 说明 |
---|---|
8.0.0 |
socket is a Socket instance now;
previously, it was a resource.
|