Jump to content

How to implement range header in PHP???


sundar22in

Recommended Posts

I'm not sure that is really want you want to do.  What exactly do you want to do with the file?  Edit it?  Write to it?

The best way to go about this (especially if you're editing) is to read the entire file into an array and then edit the various array elements and then write the array back to the file.
Link to comment
Share on other sites

[quote author=ober link=topic=106239.msg424646#msg424646 date=1156944642]
I'm not sure that is really want you want to do.  What exactly do you want to do with the file?  Edit it?  Write to it?

The best way to go about this (especially if you're editing) is to read the entire file into an array and then edit the various array elements and then write the array back to the file.
[/quote]

No Im not editing the file. Instead i need only a part of file which has the information which i require. The file size is very large(10+ MB). So we need to specify the byte range, and get the required bytes from the file(Instead of getting the whole file).

Thanks in advance

-Sundar
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.