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