update : 2015.11.03
php.shukuma.com검색:
|
http_throttle(PECL pecl_http >= 0.10.0) 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 참고
|