【发布时间】:2011-06-10 16:31:09
【问题描述】:
如何为所有功能
设置tick_funcfunction tick_func(){ //for all func,
sleep(1);
}
//sample function
call_any_func(); // this will wait 1 sec.
call_another_func(); // this will wait 1 sec.
【问题讨论】:
-
我要减速到1000以上,function.... function sample_handler(){ if function sleep(1); }
-
您是否在每次调用任何其他函数后都尝试执行
all_func_sleep()?
标签: php