What is it for pack () function in php?
I can pack a high and low nibble hex string, what's the difference?
thank
Nibble is half a byte (0-15 or one hexadecimal digit). Low nibble is bit 0-3; high blocks are bit 4-7.