0

I want to parse bit fields with PHP similar to this: 584392900608

This number was created in Rails, with the FlagShihTzu extension. I tried several PHP classes, but I couldn't decipher them.

the Tin Man
  • 158,662
  • 42
  • 215
  • 303
sodey
  • 1
  • 1
  • 1

1 Answers1

1

Maybe Bitfield.php will be of help? It worked for me.

the Tin Man
  • 158,662
  • 42
  • 215
  • 303