コード例 #1
0
 /**
  * Sets a new set of HTTP headers.
  *
  * The headers array should contain headernames for keys, and their value
  * should be specified as either a string or an array.
  *
  * Any header that already existed will be overwritten.
  *
  * @param array $headers
  * @return void
  */
 function setHeaders(array $headers)
 {
     $this->inner->setHeaders($headers);
 }