2015-02-23 46 views

回答

3

Read the documentation推測簡單之類的東西了。

$qrData = file_get_contents('https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=example'); 
$file = new File('path/to/the-file.jpg', true); 
$file->write($qrData); 
+0

Thanx ...它的工作:)我曾嘗試file_get_contents和file_put_contents,但沒有奏效。 – Xylon 2015-02-24 04:42:59