Home
last modified time | relevance | path

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

/plugin/statistics/inc/
H A DBrowscap.php749 $propertiesArray = $this->_array2string($this->_properties);
750 $patternsArray = $this->_array2string($this->_patterns);
751 $userAgentsArray = $this->_array2string($this->_userAgents);
752 $browsersArray = $this->_array2string($this->_browsers);
881 protected function _array2string($array) function in Browscap