|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
毕业设计作品自己个人还是觉得比较满意的,尽管有些功能考虑的不全面,也没有很好的实现。- <?phpfunctionnewChild($func_name){echo"enternewChild
- ";$args=func_get_args();unset($args[0]);$pid=pcntl_fork();if($pid==0){function_exists($func_name)andexit(call_user_func_array($func_name,$args))orexit(-1);}elseif($pid==-1){echo"Couldntcreatechildprocess";}else{return$pid;}}(PS:^_^不错的php开辟交换群:256271784,考证:csl,有乐趣的话能够到场出去一同会商)functionon_timer(){echo"timercalled
- ";}/***@param$funcstring,functionname*@param$timeoutsint,microtimesfortimedelay*/functiontimer($func,$timeouts){echo"entertimer
- ";$base=event_base_new();$event=event_new();event_set($event,0,EV_TIMEOUT,$func);event_base_set($event,$base);event_add($event,$timeouts);event_base_loop($base);}$pid=newChild("timer","on_timer",5000000);if($pid>0){echo"masterprocessexit
- ";}
复制代码 然后大吼:别人可以,我为什么就不可以?(是不是有点阎罗教练的味道,默默的确是电影看多了,抽嘴巴是会痛的,各位其实明白这个道理了就行了) |
|