curl-and-php
Re: How put flags in PHP format ?
From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Sat, 28 Feb 2004 18:37:28 +0100 (CET)
Date: Sat, 28 Feb 2004 18:37:28 +0100 (CET)
On Fri, 27 Feb 2004, Jan Holland wrote:
> how do I put the flags"-r" and/or "-500" in a PHP-command like:
I think you should instead use this docs:
http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
Try CURLOPT_RANGE.
Note that these are options that libcurl supports, not necessarily options
that PHP/CURL supports.
-- Daniel Stenberg -- http://curl.haxx.se/ -- http://daniel.haxx.se/ [[ Do not send mails to this email address. They won't reach me. ]]Received on 2004-02-28