©
本文档使用 PHP中文网手册 发布
(PECL pecl_http >= 0.10.0)
HttpResponse::setBufferSize — Set buffer size
$bytes
)Sets the send buffer size of the throttling mechanism.
Note: 提供基本的节流机制,会放弃当前进程或线程,直至实体已被发送完毕。
Note:
下列 SAPI 可能不能正常的工作: FastCGI.
bytes
the chunk size in bytes
成功时返回 TRUE
, 或者在失败时返回 FALSE
。