少し問題があります。
$result = array();
$html = file_get_html('http://site.com/page.html');
$content = $html->find('#details');
foreach($content as $value) {
$result['discription'] = what?
}
単純な html DOM フレームワークを使用してクラスからすべてのデータを表示するにはどうすればよいですか?