Advertisement
lamiastella

err

Mar 10th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1.                     $feed_img_url = $feed_item->getImageVersions2()->candidates[0]->getUrl()."\n";
  2.                     if (url_exists($feed_img_url)==true) {
  3.                         $img = "results/".$feed_id_str."/".$feed_id_str.".jpeg";
  4.                         file_put_contents($img, file_get_contents($feed_img_url));
  5.                     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement