Horde_Mime_Part::getAllContentTypeParameters PHP Method

getAllContentTypeParameters() public method

Get all parameters from the Content-Type header.
public getAllContentTypeParameters ( ) : array
return array An array of all the parameters Returns the empty array if no parameters set.
    public function getAllContentTypeParameters()
    {
        return $this->_headers['content-type']->params;
    }