curl-library
cURL-PHP GET chunked data
From: Mahendra Gayatri <mgayatri_at_solutionset.com>
Date: Tue, 8 Apr 2008 03:58:12 -0700
Date: Tue, 8 Apr 2008 03:58:12 -0700
Hi,
I am trying to read chunked(stream) data.. that is data to be read depending on the size the user mentions. So if user says 50 characters length as 1 chunk, I must GET a file of 200 characters 4 times (at least thats what I believe is the way to read in chunks/stream). The requirement is as below
The stream method provides a way to retrieve data withoutbuffering the entire thing into memory before returning the way read() does.
Any ideas about GET with stream?
regards,
MG
Received on 2008-04-08