Guest User

Untitled

a guest
Feb 25th, 2023
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $throttle = new BandwidthThrottle();
  2. $throttle->setRate(1, BandwidthThrottle::KIBIBYTES);
  3. $stream = fopen('php://input', 'r');
  4. $throttle->throttle($stream);
Add Comment
Please, Sign In to add comment