Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DJpegMeta.php1990 $ifd0 =& $this->_getIFDEntries($isBigEndian, 'ifd0');
1991 $ifd1 =& $this->_getIFDEntries($isBigEndian, 'ifd1');
2074 function & _getIFDEntries($isBigEndian, $mode) {
2089 $value =& $this->_getIFDEntries($isBigEndian, "exif");
2097 $value =& $this->_getIFDEntries($isBigEndian, "gps");
2130 $value =& $this->_getIFDEntries($isBigEndian, "interop");
2071 function & _getIFDEntries($isBigEndian, $mode) { global() function in JpegMeta