How to make PHP generate Chunked response

Posted by Morgan Cheng on Stack Overflow See other posts from Stack Overflow or by Morgan Cheng
Published on 2010-03-20T03:59:34Z Indexed on 2010/03/20 4:01 UTC
Read the original article Hit count: 354

Filed under:
|

I googled for this problem but there is no answer for it.

I want my PHP script to generate HTTP response in chunked( http://en.wikipedia.org/wiki/Chunked_transfer_encoding). How to do it?

© Stack Overflow or respective owner

Related posts about php

Related posts about chunked