Skip to content

Instantly share code, notes, and snippets.

@tubalmartin
Created March 11, 2013 20:07
Show Gist options
  • Save tubalmartin/5137275 to your computer and use it in GitHub Desktop.
Save tubalmartin/5137275 to your computer and use it in GitHub Desktop.
set_header
<?php
/**
* Add a Header Item
*
* @access public
* @param string
* @param string
* @return void
*/
public function set_header($header, $value)
{
$this->_set_header($header, $value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment