$img_path // 取得する画像のパス(URL)
$path = "ここは保存先のパス"; // /home/ドメイン/public_html/imagesなど
$img = file_get_contents($img_path) ;//画像を取得
$fullpath = $path.basename($img_path);//画像の保存フルパス
file_put_conten…
以下のサイトによくまとめられているので、参考に。
http://phpjavascriptroom.com/?t=mobile&p=iphoneandroidmockup#a_iphone_icon
高画質のiconがダウンロード出来るサイト
http://www.iconspedia.com/
iconのサイズや設置方法について
https://developer.apple.com/library/ios/#qa/qa2010/qa1686.html
この投稿へのコメント
コメントはまだありません。