Help for this page

Select Code to Download


  1. or download this
    $bytes = (stat('test.jpg'))[7];
    $kbytes = int($bytes/1024);
    
  2. or download this
    $bytes = -s 'test.jpg';