file_exists()
should be a very inexpensive operation. Note too that file_exists
builds its own cache to help with performance.
See: http://php.net/manual/en/function.file-exists.php
file_exists()
should be a very inexpensive operation. Note too that file_exists
builds its own cache to help with performance.
See: http://php.net/manual/en/function.file-exists.php