Which function can be used to determine if a file exists?
Which function can be used to determine if a file exists?
Note: There may be more than one right answer.
- is_readable()
- file_exists()
- feof()
- is_file_exists()
Answer:
Like this:
Like Loading...
Related