PHP - File Handling
What will the following PHP code output if the file 'test.txt' exists and is 200 bytes in size?
$size = filesize('test.txt');
echo $size;$size = filesize('test.txt');
echo $size;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions