fork download
  1. <?php
  2.  
  3. $re = '~^Location:.*/([^_]*)~';
  4. $str = "Location:http://s...content-available-to-author-only...e.com/something/folder1/folder2/folder3/folder4/folder5/20385425_632383970568166e82391f.png";
  5. preg_match($re, $str, $matches);
  6. print_r($matches[1]);
Success #stdin #stdout 0.02s 52432KB
stdin
Standard input is empty
stdout
20385425