High nibble and low nibble what are they?
php
Solution
Nibble is half a byte (0-15, or one hex digit). Low nibble are the bits 0-3; high nibble are bits 4-7.
Problem
What is this for the function pack() in php? I can pack a hex string with high and low nibble what is the difference? Thanks