Home
last modified time | relevance | path

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

/plugin/statistics/inc/
H A DBrowscap.php202 protected $_streamContext = null; variable in Browscap
774 if (!isset($this->_streamContext) || true === $recreate) {
775 $this->_streamContext = stream_context_create($this->_streamContextOptions);
778 return $this->_streamContext;