예제 #1
0
function timer($time, $callback, $specificTime = false)
{
    Timers::add($time, $callback, $specificTime);
}