cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-and-php mailing list Archives

Re: Server memory usage

From: haroon ahmad <haroon_at_fastcreators.com>
Date: Sat, 7 Feb 2009 02:37:50 +0000

try this

function foo($c, $data){
ob_start(); // start buffering
$data=ob_get_contents(); //store buffer data in variable
ob_end_clean();

print $data // I didn't get your idea of returning string size of $data
    // does whatever it does

  // return strlen($data);

}

Regards,
Haroon Ahmad
www.haroonahmad.co.uk
PHP Developer U.K

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2009-02-07

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET