|
PHP5中文手册
http_throttle(PECL pecl_http:0.10.0-1.5.5) http_throttle — HTTP throttling 说明
void http_throttle
([ float $sec
[, int $bytes = 40960
]] )
Sets the throttle delay and send buffer size.
参数
范例
Example#1 A http_throttle() example Send file with approximately 20 kbyte/s.
<?php 参见
|