码迷,mamicode.com
首页 > 其他好文 > 详细

5.swoole学习笔记--定时器

时间:2018-02-11 14:50:17      阅读:127      评论:0      收藏:0      [点我收藏+]

标签: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 //关闭防火墙
?>

技术分享图片

 

5.swoole学习笔记--定时器

标签:iptable   tables   pre   火墙   _id   stop   fun   nbsp   笔记   

原文地址:https://www.cnblogs.com/zouke1220/p/8441062.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!