I need to figure out how to translate this from ASP to PHP:
Request.BinaryRead(Request.TotalBytes)
I am guessing I need to use the filesize() function, but I don't know what to use in place of the Request.TotalBytes property.
Does PHP have a variable similar to this?