fork download
  1. <?php
  2. $url = "http://y...content-available-to-author-only...e.com/v=UNKOchinchin999999";
  3. preg_match("/v=([@0-9a-zA-Z]+)/",$url,$hash);
  4. print_r($hash);
  5. ?>
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
Array
(
    [0] => v=UNKOchinchin999999
    [1] => UNKOchinchin999999
)