Sets all header values.
Parameters
$headersarrayrequired- Map of header name to header value.
Source
public function set_headers( $headers ) {
$this->headers = $headers;
}
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
Sets all header values.
$headersarrayrequiredpublic function set_headers( $headers ) {
$this->headers = $headers;
}
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.