|
Posted by Kailash Nadh on 11/26/07 03:45
If you want to skip the first 4 bytes, you could try something like
$data = substr($data, 4, strlen($data));
Regards,
Kailash Nadh
http://kailashnadh.name
On Nov 25, 2:25 am, "Bint" <b...@csgs.com> wrote:
> 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?
>
> Thanks
> B
Navigation:
[Reply to this message]
|