phpquery icon indicating copy to clipboard operation
phpquery copied to clipboard

Added WebBrowser->download()

Open ralph-tice opened this issue 13 years ago • 1 comments

... for example to retrieve a generated excel file example usage: $excelDocument = $browser->WebBrowser(null)>download('http://somesite.com/GeneratesExcel.php'); $op = fopen('excelfile.xlsx', 'w'); fwrite($op, $excelDocument); fclose($op);

ralph-tice avatar Jan 24 '13 22:01 ralph-tice

Cool.

tecfu avatar Jul 14 '17 02:07 tecfu