Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 930743
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T20:23:15+00:00 2026-05-15T20:23:15+00:00

I have some binary data which has a corresponding map file which identifies each

  • 0

I have some binary data which has a corresponding “map” file which identifies each data point in the binary data by providing a bit offset and length. So, I might have the following mappings:

$paths = array ( "path1" => array ("offset" => 224, "size" => 2),
                 "path2" => array ("offset" => 226, "size" => 6),
);

In actuality I have tens of thousands of these paths to offset/size mappings. Now, given a path I want to be able to seek to the appropriate offset and read the number of bits as given by size. In this simple case, path1 and path2 represent a single byte where path1 is the first 2 bits and path2 are the last 6 bits.

I have already written this in Python and am now porting over the code to PHP for reasons I won’t go into 🙂

Anyway, for whole bytes sizes at whole byte offsets I can just use unpack with the appropriate format string. What I have a problem with is how to handle these “oddly” sized sets of bits.

The only way I have thought of thus far would be finding the nearest bit offset where the offset modulus 8 gives 0 (whole byte) and is less than the given offset, then find the smallest size (again in whole byte sizes) from this new offset which encompasses all of the required bits, then use a bitwise & to mask the bits I want.

In Python I could just use the bitbuffer module which let me seek to a bit offset, then read any number of bits I wanted. Anything like this in the PHP world?

Thanks.

  • 1 1 Answer
  • 3 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T20:23:15+00:00Added an answer on May 15, 2026 at 8:23 pm

    Your solution of grabbing the whole bytes then using a bitmask sounds like the way to do it. Then I guess you’d also do a right shift given that the bits you’re interested in may not have ended on a byte boundary.

    It’ll be a slow way of doing it but I don’t know of any internal PHP function that can do this sort of thing.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a few hundred Excel files, where each file has some data on
I have this content script that downloads some binary data using XHR, which is
i want to read\write a binary file which has the following structure: The file
I have this data file, which is supposed to be a normal ASCII file.
i've got some binary data which i want to save as an image. When
I have some NASM files which have a line: %INCLUDE bmdev.asm The bmdev.asm file
I have a big lump of binary data in a char[] array which I
We have a huge binary and which has constants defined in namespace ex say
I have some binary files that I'd like to embed in a dll I'm
I am writing some Natural Language Processing code and want to have a binary

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.