-
Notifications
You must be signed in to change notification settings - Fork 20
removeHeader
Aidan Woods edited this page Jul 16, 2017
·
2 revisions
void removeHeader ( string $name )
Queue a header for removal.
Upon calling ->apply
the header will be removed. This function can
be used to manually prevent automatic headers from being sent.
Case insensitive name of the header to remove.