Home
last modified time | relevance | path

Searched refs:_info (Results 1 – 1 of 1) sorted by path

/dokuwiki/inc/
H A DJpegMeta.php49 var $_info; variable in JpegMeta
66 unset($this->_info);
82 return $this->_info;
99 $info['Name'] = $this->_info['file']['Name'];
100 if (isset($this->_info['file']['Url'])) {
101 $info['Url'] = $this->_info['file']['Url'];
104 $info['Size'] = $this->_info['file']['Size'];
105 $info['NiceSize'] = $this->_info['file']['NiceSize'];
108 if (@isset($this->_info['sof']['Format'])) {
109 $info['Format'] = $this->_info['so
[all...]