Exodious
12-14-2003, 09:40 PM
Hiya, what is the fastest method of checking for the existence of a file?
At the moment, I'm using fopen but if file exists, I'm adding overhead, is there a function in php which will return true or false faster than fopen?
At the moment, I'm using fopen but if file exists, I'm adding overhead, is there a function in php which will return true or false faster than fopen?