include_once ('simple_html_dom.php');
$ht = curl_get('http://site.ru');
$html = str_get_html($ht);
$pageTitle = $html->find('title',0);
$pageTitle = $html->find('description',0);
$pageTitle = $html->find('description');
$pageTitle = $html->find(meta[description]);