headers['Accept-Ranges'] = $param; } else { $this->headers['Accept-Ranges'] = 'none'; } } /** * set the Content-Transfer-Encoding HTTP header * * @access public * @param string $par the value for the HTTP header Content-Transfer-Encoding * @return void */ function setContentTransferEncoding($param) { $this->headers['Content-Transfer-Encoding'] = $param; return true; } } ?>