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
  • 0 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

Ask A Question

Stats

  • Questions 510k
  • Answers 510k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer If you want to get the values back into the… May 16, 2026 at 4:51 pm
  • Editorial Team
    Editorial Team added an answer If you want to use jetty maven plugin <plugin> <groupId>org.mortbay.jetty</groupId>… May 16, 2026 at 4:51 pm
  • Editorial Team
    Editorial Team added an answer ProcessStartInfo.Verb will only have an effect if the process is… May 16, 2026 at 4:51 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

Guys, I have a data structure which has 25 distinct keys (integer) and a
So I have a Visual Studio 2008 project which has a large amount of
I've got some binary data that I store and was going to separate this
Do I have to do something to tell Git whether some files are binary
I am trying to upload a file or stream of data to our web
I am using and working on software which uses MySQL as a backend engine
I'm a mechanical engineering grad student and my adviser has just asked me to
I have a simple task. I have an existing project with a web service
I have an excel document represented as a byte[] and I'm wanting to send
My application requires me to store sets of bits along with some accompanying metadata

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.