data pointer, binary string offset (newbie question)
Posted by Bint on 11/25/07 02:25
Hi,
I have a binary string containing a compressed image. I need to bypass the
header portion in order to pass a pointer to the correct uncompression
routine. Say the header is four bytes, can I just say $newdata = $data+4?
If not, how would I do that?