2019-09-06 23:53:10 +08:00

5 lines
82 B
PHP
Executable File

<?php
Swoole\Timer::tick(2000, function($timerId) {
echo "tick 2000ms\n";
});