Help for this page

Select Code to Download


  1. or download this
    print (stat($file))[8];
    
  2. or download this
     
    print( stat($file) ) [8];
    
  3. or download this
    print((stat($file))[8]);
    
  4. or download this
    print "".(stat($file))[8];
    
  5. or download this
    print 0+(stat($file))[8];
    
  6. or download this
    print +(stat($file))[8];