Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DJpegMeta.php676 foreach ($this->parseExifDateTime($this->_info['exif'][$field]) as $t) {
744 protected function parseExifDateTime(string|array $value): array { function in JpegMeta