• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • socket_sendmsg()

    (PHP 5 >= 5.5.0, PHP 7)

    Send a message

    说明

    socket_sendmsg(resource $socket,array $message[,int $flags= 0]): int
    Warning

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

    参数

    $socket
    $message
    $flags

    返回值

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

    参见

    上篇:socket_send()

    下篇:socket_sendto()