update : 2015.11.03
php.shukuma.com검색:
|
http_chunked_decode(PECL pecl_http >= 0.1.0) 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실패 시 예제
Example #1 A http_chunked_decode() example
<?php 위 예제의 출력: this string is chunked encoded |