Searched refs:IPTCrecordTagName (Results 1 – 1 of 1) sorted by relevance
52 $IPTCrecordTagName = $this->IPTCrecordTagName($iptc_record, $iptc_tagkey);53 if (isset($info['iptc']['comments'][$IPTCrecordName][$IPTCrecordTagName])) {54 $info['iptc']['comments'][$IPTCrecordName][$IPTCrecordTagName][] = $value;56 $info['iptc']['comments'][$IPTCrecordName][$IPTCrecordTagName] = array($value);230 public function IPTCrecordTagName($iptc_record, $iptc_tagkey) { function in getid3_jpg232 static $IPTCrecordTagName = array();233 if (empty($IPTCrecordTagName)) {234 $IPTCrecordTagName = array(365 …return (isset($IPTCrecordTagName[$iptc_record][$iptc_tagkey]) ? $IPTCrecordTagName[$iptc_record][$…