yii\web\CookieCollection::getCount PHP Method

getCount() public method

Returns the number of cookies in the collection.
public getCount ( ) : integer
return integer the number of cookies in the collection.
    public function getCount()
    {
        return count($this->_cookies);
    }