php declare

 register_tick_function(some_function)

 declare(ticks=2)

{

//执行语句

}

执行2个语句之后,执行register_tick_function

原文地址:https://www.cnblogs.com/hjtdlx/p/1679974.html