Determining File Size with filesize() : filesize « File Directory « PHP






Determining File Size with filesize()

 
<?
print "The size of test.txt is. ";
print filesize( "test.txt" );
?>
  
  








Related examples in the same category

1.filesize() function returns the size, in bytes.
2.filesize.php