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