Exemplo n.º 1
0
 /**
  * Set more (or late) Stream Context Options
  *
  * @param array $options
  *   Context Options
  *
  * @return Next\HTTP\Stream\Context\Context
  *   Stream Context Object (Fluent Interface)
  */
 public function setOptions(array $options)
 {
     $this->options = ArrayUtils::union($this->options, $options);
     return $this;
 }