if (str_contains($text, $this->telegramBotName) == false) {
$this->output->info(date('Y-m-d H:i:s') . ' 没有给机器人发信息,不需要处理');
continue;
}
if (str_contains($text, $this->telegramBotName) == false) {
$this->output->info(date('Y-m-d H:i:s') . ' 没有给机器人发信息,不需要处理');
continue;
}
php提示:Cannot use isset() on the result of an expression (you can use "null !== expression" instead)
致命错误: Call to undefined function addons\clicaptcha\library\imagettfbbox()
PHP判断网站的访问来源是否是蜘蛛