andrej-tkachenko

andrej-tkachenko ·

Guides and examples

howto support

Download large file via cURL in Koseven

// Pass URL file
$request = new Request('download_url');

// e.g. write into temporary file
$temp = fopen('php://temp', 'w');

/**
 * Parameters must pass by client() only !

 * @var $client Request_Client_External
...

Joined GitQ

on