SimpleHtmldom can be used to extract the contents of the first element with class description.
description
$html = str_get_html($html); $html->find(\'.d
if(($html->find('.description', 0))) { echo 'set'; }else{ echo 'not set'; }
http://www.php.net/manual/en/control-structures.if.php