File Directory Php

$fh = fopen("data.txt", "r");
while (!feof($fh)) :
   print fgetss($fh, 2048);
endwhile;
fclose($fh);
?>