Новости | Документация | Download | Webboard | FAQ | Поиск | Контакты


http_chunked_decode

(PECL pecl_http >= 0.1.0)

http_chunked_decodeDecode chunked-encoded data

Описание

string http_chunked_decode ( string $encoded )

Decodes a string which is HTTP-chunked encoded.

Список параметров

encoded

chunked encoded string

Возвращаемые значения

Returns the decoded string on success or FALSE on failure.

Примеры

Пример #1 A http_chunked_decode() example

<?php
$string 
"".
    
"05\r\n".
    
"this \r\n".
    
"07\r\n".
    
"string \r\n".
    
"12\r\n".
    
"is chunked encoded\r\n".
    
"01\n\r\n".
    
"00";
echo 
http_chunked_decode($string);
?>

Результат выполнения данного примера:

this string is chunked encoded






  Copyright Apache.ru © 1999-2017, All Rights Reserved Разработка сайта: Inside.ru  
  РЕКЛАМА НА САЙТЕ: |