|
header_removeRemove previously set headers Description
void header_remove(stringnull
$name = null )Removes an HTTP header previously set using header. Parameters
Return ValuesNo value is returned. Changelog
Examples
Example #1 Unsetting specific header.
The above example will output something similar to: X-Bar: Baz Example #2 Unsetting all previously set headers.
The above example will output something similar to: NotesCaution
This function will remove all headers set by PHP,
including cookies, session and the
See Also
|