<?php public function getid($dy_url){ $header=get_headers($dy_url); $str = "/^.*?(\d+).*/"; preg_match($str,$header[6],$arr); return $arr[1]; }