I honestly can't answer that. I have never tested the speed of the
fileystem functions. Maybe someone else on the list has?
Adam Lang
----- Original Message -----
From: "Sokun Chorn" <sokunxp@g...>
To: "professional php" <pro_php@p...>
Sent: Tuesday, August 07, 2001 5:06 AM
Subject: [pro_php] Re: PHP Directory & Filesystem
> Ok, If you have to check for 80 files make sure that how many exist what
> is the best trick fopen(), file_exists() or otherways?
>
>
> ----- Original Message -----
> From: "Adam Lang" <aalang@r...>
> To: "professional php" <pro_php@p...>
> Sent: Tuesday, August 07, 2001 2:20 AM
> Subject: [pro_php] Re: PHP Directory & Filesystem
>
>
> > Technically, yes. The faster you can open the document, the faster the
> > script will progress to the next line.
> >
> > Adam Lang
> > Systems Engineer
>
> > ----- Original Message -----
> > From: "Sokun Chorn" <sokunxp@g...>
> > To: "professional php" <pro_php@p...>
> > Sent: Monday, August 06, 2001 3:17 PM
> > Subject: [pro_php] PHP Directory & Filesystem
> >
> >
> > > If it affected to page loading speed or not if we use functions like
> > > opendir(), fopen(), or other function related to Directory &
Filesystem.