Created
March 11, 2013 20:07
-
-
Save tubalmartin/5137275 to your computer and use it in GitHub Desktop.
set_header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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