function get_tag($xml) {
$attr = preg_quote($attr);
$value = preg_quote($value);
$tag_regex = '/]*>(.*?)/si';
preg_match($tag_regex,
$xml,
$matches);
return $matches[1];
}
$yourentirehtml = file_get_contents('http://www.aparat.com//video/video/config/videohash/zkU52/watchtype/site');
print get_tag($yourentirehtml);
سوالی بود در خدمتم | t@