Open joanhey opened 2 years ago
Timer::add($time_interval, function () { echo "Timer run"; });
https://www.nginx.com/resources/wiki/extending/api/event/#ngx-add-timer using a strtotime() for $time_interval https://www.php.net/manual/en/function.strtotime.php#refsect1-function.strtotime-examples
Also a recurring timer.
Thanks for your great job.
https://www.nginx.com/resources/wiki/extending/api/event/#ngx-add-timer using a strtotime() for $time_interval https://www.php.net/manual/en/function.strtotime.php#refsect1-function.strtotime-examples
Also a recurring timer.
Thanks for your great job.