Answers

Question and Answer:

  Home  Senior PHP Programmer

⟩ How will you read a file in php?

Once a file is opened using fopen() function it can be read with a function called fread(). This function requires two arguments. These must be the file pointer and the length of the file expressed in bytes.

 175 views

More Questions for you: