Closed jonny77 closed 5 years ago
Warning: Swoole\Table::set(): unable to allocate memory. in /Users/admin/Documents/www/myswoft/vendor/swoft/task/src/Crontab/Crontab.php on line 245
/**
@return int */ function genRandom(){
$key = ''; $pattern='0123456789'; for( $i=0; $i<6; $i++ ) { $key .= $pattern[mt_rand(0, 9)]; } return $key; }
@jonny77 更新下 task 组件
Warning: Swoole\Table::set(): unable to allocate memory. in /Users/admin/Documents/www/myswoft/vendor/swoft/task/src/Crontab/Crontab.php on line 245
/**
@return int */ function genRandom(){
$key = ''; $pattern='0123456789'; for( $i=0; $i<6; $i++ ) { $key .= $pattern[mt_rand(0, 9)]; } return $key; }