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);
    }