public function Header::getGlue

Get the glue used to implode multiple values into a string

Return value

string

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Header.php, line 115

Class

Header
Represents a header and all of the values stored by that header

Namespace

Guzzle\Http\Message

Code

public function getGlue() {
  return $this->glue;
}