Home
last modified time | relevance | path

Searched refs:_streamContextOptions (Results 1 – 1 of 1) sorted by relevance

/plugin/statistics/inc/
H A DBrowscap.php193 protected $_streamContextOptions = array(); variable in Browscap
421 $this->_streamContextOptions = array_merge(
422 $this->_streamContextOptions,
444 $wrappers = isset($wrapper) ? array($wrapper) : array_keys($this->_streamContextOptions);
451 if (isset($this->_streamContextOptions[$wrapper]['proxy'])) {
453 unset($this->_streamContextOptions[$wrapper][$option]);
457 if (empty($this->_streamContextOptions[$wrapper])) {
458 unset($this->_streamContextOptions[$wrapper]);
475 return $this->_streamContextOptions;
775 $this->_streamContext = stream_context_create($this->_streamContextOptions);
[all...]