Help for this page

Select Code to Download


  1. or download this
    $curpos = tell $infile; 
        seek ($infile, $curpos, 0);
    ...
    $curpos = tell $infile;
        seek ($infile, $curpos, 0);
        read ($infile, $fileName, 0x20);
    
  2. or download this
        read ($infile, $fileLocation, 0x08);
        read ($infile, $fileSize, 0x08);
        read ($infile, $fileName, 0x20);