Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
file_exists
file_exists
Check if the file or directory exists
Name:
file_exists
Category:
File system
Programming Language:
php
One-line Description:
Check if the file or directory exists.
Related
How to delete files in combination with file_exists and unlink
7
How to Use file_exists() and is_readable() Together in PHP to Check File Availability
5
Similar Functions
file_get_contents
file_get_contents
Readtheentirefileint
lstat
lstat
Giveinformationabout
umask
umask
Changethecurrentumas
tempnam
tempnam
Createafilewithauniq
set_file_buffer
set_file_buffer
aliasforstream_set_w
lchgrp
lchgrp
Modifyallgroupsofsym
fgets
fgets
Readalinefromafilepo
copy
copy
Copythefile
Popular Articles
How to delete files in combination with file_exists and unlink
How to Use file_exists() and is_readable() Together in PHP to Check File Availability