Hello
I am having problems with this function. I want to unpack two NULL terminated strings (within $ buff) as:
$data = unpack("astring1/astring2",$buff);
no data is stored on $data['string1'] or $data['string2']
What can be wrong?. Where to get more help and use examples of this function?
Thanks
Amado