yii\web\CookieCollection::getCount PHP 메소드

getCount() 공개 메소드

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