php-swoole的使用TCP服務器的使用

<?php //創建服務器 //$serv = new swoole_server($host,$port,$mode,$sock_type); /** * $host:127.0.0.1 本地ip * 192.1.1.1 監聽對應外網 * 0.0.0.0 * ipv4/ipv6 ::0 * * $port :端口號 * 1024以下:root * * $mode : SW
相關文章
相關標籤/搜索