How to enable Socket in PHP?

前端 未结 5 903
再見小時候
再見小時候 2020-12-29 02:33

Could any one tell me how to enable SOCKET support in PHP ?

5条回答
  •  [愿得一人]
    2020-12-29 03:14

    The socket functions described here are part of an extension to PHP which must be enabled at compile time by giving the --enable-sockets option to configure.

    From the extension's documentation.

提交回复
热议问题