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

getCount() 공개 메소드

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