The filesize() function returns the file size in ___________
A
bits
B
bytes
C
kilobytes
D
gigabytes
Correct Answer: bytes
The function filesize() returns the size of the specified file and it returns the file size in bytes on success or FALSE on failure.