= file_get_contents('https://domain.com');
$document = phpQuery::newDocument($sorce);
$hentry = $document->find('h2');
echo $hentry;
?>
что выведет $hentry?
Обсуждают сегодня