Esempio n. 1
0
 public function __construct(array $context = null)
 {
     parent::__construct('ssl', (array) $context);
 }
Esempio n. 2
0
 public function addContext(StreamContext $context)
 {
     $this->context = array_merge($this->context, $context->getContextData());
 }