<?php //循环执行的定时器 swoole_timer_tick(2000,function($timer_id){ echo "执行 $timer_id \n"; }); swoole_timer_after(3000,function(){ echo "3000后执行 \n"; }); //php index.php //ps -ajft //service iptables stop //关闭防火墙 ?>
标签:iptable tables pre 火墙 _id stop fun nbsp 笔记
<?php //循环执行的定时器 swoole_timer_tick(2000,function($timer_id){ echo "执行 $timer_id \n"; }); swoole_timer_after(3000,function(){ echo "3000后执行 \n"; }); //php index.php //ps -ajft //service iptables stop //关闭防火墙 ?>
标签:iptable tables pre 火墙 _id stop fun nbsp 笔记
原文地址:https://www.cnblogs.com/zouke1220/p/8441062.html