In PHP, you can open a file using the fopen() function, which takes the path to the file and the mode as the ______.

  • delimiter
  • argument
  • parameter
  • variable
The fopen() function in PHP takes the path to the file as the first argument and the mode as the second argument. The mode specifies how the file should be opened, such as read-only, write-only, or read-write.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *