file_exists()
file_exists - Checks whether a file or directory existsSyntax
bool file_exists (string $filename)Arguments
- filename - Path to the file or directory. On windows, use //computername/share/filenameor \\computername\share\filenameto check files on network shares.
