Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.tar.php66 $typflag = (isset($attr['typflag']) ? trim($attr['typflag']) : '');
111 'typeflag' => self::get_flag_type($typflag),
169 * @param string $typflag
173 public function get_flag_type($typflag) { argument
191 return (isset($flag_types[$typflag]) ? $flag_types[$typflag] : '');