App\Console\Commands\MultithreadingRequest::countedAndCheckEnded PHP Method

countedAndCheckEnded() public method

    public function countedAndCheckEnded()
    {
        if ($this->counter < $this->totalPageCount) {
            $this->counter++;
            return;
        }
        $this->info("请求结束!");
    }