用于需要定时去其他网站定时拉取base64的文件进行存储数据库;因此使用了定时器;但是运行一段时间就会报错;报错信息如下:
PHP Warning: include(/www/wwwroot/store.pgenedx.com/vendor/topthink/framework/src/think/exception/ErrorException.php): failed to open stream: Too many open files in /www/wwwroot/store.pgenedx.com/vendor/composer/ClassLoader.php on line 478
PHP Warning: include(): Failed opening '/www/wwwroot/store.pgenedx.com/vendor/composer/../topthink/framework/src/think/exception/ErrorException.php' for inclusion (include_path='.:') in /www/wwwroot/store.pgenedx.com/vendor/composer/ClassLoader.php on line 478
使用了fclose,unset等函数