Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.zip.php540 * @param int $DOStime
544 public static function DOStime2UNIXtime($DOSdate, $DOStime) { argument
563 $UNIXsecond = ($DOStime & 0x001F) * 2;
564 $UNIXminute = (($DOStime & 0x07E0) >> 5);
565 $UNIXhour = (($DOStime & 0xF800) >> 11);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php1036 function DOStime2UNIXtime($DOSdate, $DOStime) { argument
1055 $UNIXsecond = ($DOStime & 0x001F) * 2;
1056 $UNIXminute = (($DOStime & 0x07E0) >> 5);
1057 $UNIXhour = (($DOStime & 0xF800) >> 11);