push() public static méthode

Push a header on the stack
public static push ( string $header )
$header string
Exemple #1
0
/**
 * Emit a header, without creating actual output artifacts
 *
 * @param string $value
 */
function header($value)
{
    HeaderStack::push($value);
}