Beispiel #1
0
 /**
  * Sends the response status and all set headers
  *
  * @param   boolean   $replace   Replace existing headers [Optional]
  * @param   callback  $callback  Function to handle header output [Optional]
  *
  * @return  mixed
  */
 public function send_headers($replace = FALSE, $callback = NULL)
 {
     return $this->_header->send_headers($this, $replace, $callback);
 }