Icicle\Concurrent\Worker\BasicEnvironment::clear PHP Метод

clear() публичный Метод

Removes all values.
public clear ( )
    public function clear()
    {
        $this->data = [];
        $this->expire = [];
        $this->ttl = [];
        $this->timer->stop();
        $this->queue = new \SplPriorityQueue();
    }