1.

The filesize() function returns the file size in ___________(a) bits(b) bytes(c) kilobytes(d) gigabytesI have been asked this question in an interview.Enquiry is from File System and PHP topic in portion File and Session Handling in PHP of PHP

Answer»

The CORRECT option is (b) bytes

Explanation: The function filesize() returns the size of the specified FILE and it returns the file size in bytes on SUCCESS or FALSE on FAILURE.



Discussion

No Comment Found

Related InterviewSolutions