How will you read a file in php?

Submitted by: Administrator
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.
Submitted by:

Read Online Sr. PHP Programmer Job Interview Questions And Answers