Does PHP only use file descriptors when opening files or does it use it for
other things that are underlining?

B i g D o g



"Thies C. Arntzen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Tue, Jul 02, 2002 at 01:04:03PM -0600, B i g D o g wrote:
> > I have searched the archives and all over google and php.net; however, i
can
> > not find an answer to this question:
> >
> > When running a php script that opens a file descriptor (implicit and
not)
> > does the file descriptor get closed automatically when the script
> > terminates?
>
>     if you use php functions like fopen() - yes. (unless you
>     found a bug).
>
>     tc



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to