Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.asf.php1586 * @param string $GUIDstring
1590 public static function GUIDname($GUIDstring) { argument
1595 return array_search($GUIDstring, $GUIDarray);
1614 * @param string $GUIDstring
1618 public static function GUIDtoBytestring($GUIDstring) { argument
1629 $hexbytecharstring = chr(hexdec(substr($GUIDstring, 6, 2)));
1663 $GUIDstring .= '-';
1666 $GUIDstring .= '-';
1669 $GUIDstring .= '-';
1672 $GUIDstring .= '-';
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php815 function GUIDtoBytestring($GUIDstring) { argument
826 $hexbytecharstring = chr(hexdec(substr($GUIDstring, 6, 2)));
827 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 4, 2)));
828 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 2, 2)));
829 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 0, 2)));
831 $hexbytecharstring .= chr(hexdec(substr($GUIDstring, 11, 2)));
857 $GUIDstring .= '-';
860 $GUIDstring .= '-';
863 $GUIDstring .= '-';
866 $GUIDstring .= '-';
[all …]