コード例 #1
0
ファイル: sslcontext.php プロジェクト: noccy80/cherryphp
 public function __construct(array $context = null)
 {
     parent::__construct('ssl', (array) $context);
 }
コード例 #2
0
ファイル: streamcontext.php プロジェクト: noccy80/cherryphp
 public function addContext(StreamContext $context)
 {
     $this->context = array_merge($this->context, $context->getContextData());
 }