ドット背景
http://www.pixelknete.de/dotter/index.php
ストライプ背景
http://www.stripegenerator.com/
その他(タータン柄)
http://www.tartanmaker.com/ atlanta plastic surgery when to take omega 3…
$img_path // 取得する画像のパス(URL)
$path = “ここは保存先のパス”; // /home/ドメイン/public_html/imagesなど
$img = file_get_contents($img_path) ;//画像を取得
$fullpath = $path.basename($img_path);//画像の保存フルパス
file_put_contents($fullpath, $img);//保存。
*basename >> パス中のファイル名の部分を返す
この投稿へのコメント
コメントはまだありません。