Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.jpg.php52 $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_jpg
232 static $IPTCrecordTagName = array();
233 if (empty($IPTCrecordTagName)) {
234 $IPTCrecordTagName = array(
365 …return (isset($IPTCrecordTagName[$iptc_record][$iptc_tagkey]) ? $IPTCrecordTagName[$iptc_record][$…