fork(2) download
  1. <?php
  2. $array = array("http://i...content-available-to-author-only...a.com/is/image/saks/0401694719016_647x329.jpg,\" \"=\"\">");
  3. foreach ($array as $obj)
  4. if (preg_match_all("/(.*?),/is", $obj, $matches)) {
  5. $url = $matches[1][0];
  6. echo $url;
  7. }
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
http://i...content-available-to-author-only...a.com/is/image/saks/0401694719016_647x329.jpg