RE: [PHP] File Random Access

2002-10-30 Thread Ford, Mike [LSS]
> -Original Message- > From: Rick Emery [mailto:[EMAIL PROTECTED]] > Sent: 30 October 2002 14:35 > > You are correct. In fact, simply r+ works; I just tried it. > Thanks Yes, but that's not guaranteed to be binary-safe on Windows -- if your data happens to include null bytes, you might

Re: [PHP] File Random Access

2002-10-30 Thread Rick Emery
You are correct. In fact, simply r+ works; I just tried it. Thanks - Original Message - From: "Ford, Mike [LSS]" <[EMAIL PROTECTED]> To: "'Rick Emery'" <[EMAIL PROTECTED]>; "PHP" <[EMAIL PROTECTED]> Sent: Wednesday, Octo

RE: [PHP] File Random Access

2002-10-30 Thread Cal Evans
ROTECTED]] Sent: Wednesday, October 30, 2002 7:46 AM To: PHP Subject: [PHP] File Random Access I never noticed before...there is no easy way to perform random-access read and WRITE on a file. I vote/recommend/suggest that this most basic functionality be added to the next release of PHP. This

RE: [PHP] File Random Access

2002-10-30 Thread Ford, Mike [LSS]
> -Original Message- > From: Rick Emery [mailto:[EMAIL PROTECTED]] > Sent: 30 October 2002 13:46 > > I never noticed before...there is no easy way to perform > random-access read and WRITE on a > file. > > I vote/recommend/suggest that this most basic functionality > be added to the next re

[PHP] File Random Access

2002-10-30 Thread Rick Emery
I never noticed before...there is no easy way to perform random-access read and WRITE on a file. I vote/recommend/suggest that this most basic functionality be added to the next release of PHP. This would not be an enhancement; rather, it is correcting a serious flaw. Or am I missing something