Transcript text: Question 6
Mark this question
In PHP, what function is commonly used to create a new file and open it for writing, erasing the file's contents if it already exists, or creating a new file if it doesn't exist?
fclose()
fopen()
fwrite()
fread()