I would like to know more about the pack()
function in PHP: https://secure.php.net/manual/en/function.pack.php
I know it packs data into binary, but I'm not sure what all those v V n N c C
mean and I was wondering if someone could be so kind as to give me a practical demonstration when to use which formats?
The online documentation, for a change, lacks of information, in my opinion.