Re: [PHP] Using PHP to remove certain number of bytes from file

2007-12-30 Thread Richard Lynch
On Sun, December 30, 2007 11:20 am, Scott Wilcox wrote: > Is it possible with PHP to remove a certain number of bytes from a > file, > purely within PHP? > > If so, does someone have an example of doing this, removing the first > 230 bytes from a file. Something like this might work: -- Some p

Re: [PHP] Using PHP to remove certain number of bytes from file

2007-12-30 Thread Robert Cummings
On Sun, 2007-12-30 at 17:20 +, Scott Wilcox wrote: > Is it possible with PHP to remove a certain number of bytes from a file, > purely within PHP? Yes. Why wouldn't it? > If so, does someone have an example of doing this, removing the first > 230 bytes from a file. No, that's an awfully sp