...) { if ($this->inCli) { echo "INFO: reach end of file or error occured, total lines: " . $this->line . "\n"; } return false; } $this->line++; if (count($item) === 1 && is_null($item[0])) { if ($this->inCli) { echo "WARNING: invalid csv line ...
..... yes checking for size_t... yes checking size of off_t... 8 checking for error_at_line... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork.....
...如下信息,表示完成数据提交: ~~~ INFO: reach end of file or error occured, total lines: 3 完成索引导入:成功 3 条,失败 0 条 刷新索引提交 ... ~~~ 索引数据的提交是异步行为,所以录完数据并不是立刻就能检索到(当然,这个时间差也...