22 $info = &$this->getid3->info;
25 $DOCFILEheader = $this->
fread(8);
26 $magic =
"\xD0\xCF\x11\xE0\xA1\xB1\x1A\xE1";
27 if (substr($DOCFILEheader, 0, 8) != $magic) {
31 $info[
'fileformat'] =
'msoffice';
33 $this->
error(
'MS Office (.doc, .xls, etc) parsing not enabled in this version of getID3() ['.$this->getid3->version().
']');
static PrintHexBytes($string, $hex=true, $spaces=true, $htmlencoding='UTF-8')
getID3() by James Heinrich info@getid3.org //
fseek($bytes, $whence=SEEK_SET)