Forum Moderators: coopster
- Don't want to use file() since I believe it to be too slow for 600 file checks - Strangly with is_file I only receive true values
Does anybody know of an alternative function that would be as fast?
file_exists($DOCUMENT_ROOT . "example.html");
Maybe someone know of something else though...