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

toArray() 공개 메소드

Returns the collection as a PHP array.
public toArray ( ) : array
리턴 array the array representation of the collection. The array keys are header names, and the array values are the corresponding header values.
    public function toArray()
    {
        return $this->_headers;
    }