0
我使用QR碼生成器API從http://goqr.me/api/QR編碼圖象發生器
下面是用於生成QR碼 https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=Example
當我在瀏覽器輸入網址的URL,它返回我的圖像。 我怎麼能這個圖像存儲的文件夾中
我使用CakePHP
我想這在我的代碼,但它不工作
$file = new File('https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=example');
$file->copy('../webroot/img/user_QR/');
Thanx ...它的工作:)我曾嘗試file_get_contents和file_put_contents,但沒有奏效。 – Xylon 2015-02-24 04:42:59