359584 PHP read binary file details

IN PROGRESS
Bids
0
Avg Bid (USD)
N/A
Project Budget (USD)
N/A

Project Description:
Hi Guys, I need a programmer who knows how to get details from a file for example Description, Company, Version etc

Code Snippit attached:

function GetVersionInfoForFile($infile)
{
fseek($infile, 60, SEEK_SET);
$pe_header_offset = ReadLongInt($infile);
if (!$pe_header_offset)
return;
fseek($infile, $pe_header_offset, SEEK_SET);
$sig = fread($infile, 2);
if ($sig == "PE")
{
$pe_header_offset += 4;
}
else if ($sig == "NE")
{
return "[NE]";
}
else
{
return;
}

If you can do this please post your bid. On this occasion lowest bid will win as on a tight budget. Thanks.

Skills required:
Anything Goes, PHP
Hire dlsoftwares
Project posted by:
dlsoftwares
Verified
Public Clarification Board
Bids are hidden by the project creator. Log in as the project creator or as one of the bidders to view bids.
You will not be able to bid on this project if you are not qualified in one of the job categories. To see your qualifications click here.