Send file with approximately 20 kbyte/s.
<?php// ~ 20 kbyte/s # http_throttle(1, 20000); # http_throttle(0.5, 10000);http_throttle(0.1, 2000);http_send_file('document.pdf');?>?>