fork(3) download
  1. <?php
  2.  
  3. $str = 'window.location.href="http://m...content-available-to-author-only...e.com";';
  4. preg_match('/window\.location\.href="(.*?)";/', $str, $result);
  5. echo $result[1];
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
http://m...content-available-to-author-only...e.com