Searched refs:ISOheader (Results 1 – 1 of 1) sorted by relevance
33 $ISOheader = $this->fread(2048);34 if (substr($ISOheader, 1, 5) == 'CD001') {35 switch (ord($ISOheader[0])) {38 $this->ParsePrimaryVolumeDescriptor($ISOheader);43 $this->ParseSupplementaryVolumeDescriptor($ISOheader);64 * @param string $ISOheader68 public function ParsePrimaryVolumeDescriptor(&$ISOheader) { argument79 …iso_primaryVD_raw['standard_identifier'] = substr($ISOheader, 1, 5);142 * @param string $ISOheader146 public function ParseSupplementaryVolumeDescriptor(&$ISOheader) { argument[all …]