bandwidthThrottle\tokenBucket TokenBucket::consume in PHP: 2 esempi trovati. Questi sono i migliori esempi reali in PHP per bandwidthThrottle\tokenBucket\TokenBucket::consume, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
This method consumes only tokens if there are sufficient tokens available.
If there aren't sufficient tokens, no tokens will be removed and the
remaining seconds to wait are written to $seconds.
This method is threadsafe.