|
PHP5中文手册
http_chunked_decode(PECL pecl_http:0.1.0-1.5.5) http_chunked_decode — Decode chunked-encoded data 说明
string http_chunked_decode
( string $encoded
)
Decodes a string which is HTTP-chunked encoded. 参数
返回值Returns the decoded string on success or FALSE on failure. 范例
Example#1 A http_chunked_decode() example
<?php 上例将输出:
|