Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php149 public static function exif_info() { function in phpthumb_functions
150 static $exif_info = array();
151 if (empty($exif_info)) {
154 $exif_info = array(
163 foreach ($exif_info as $key => $value) {
166 $exif_info[$key] = $newvalue;
171 return $exif_info;
H A Dphpthumb.class.php4286 $exif_info = phpthumb_functions::exif_info();
4287 foreach ($exif_info as $key => $value) {