我有一个小问题。
$result = array();
$html = file_get_html('http://site.com/page.html');
$content = $html->find('#details');
foreach($content as $value) {
$result['discription'] = what?
}
如何使用简单的 html DOM 框架显示类中的所有数据?
我有一个小问题。
$result = array();
$html = file_get_html('http://site.com/page.html');
$content = $html->find('#details');
foreach($content as $value) {
$result['discription'] = what?
}
如何使用简单的 html DOM 框架显示类中的所有数据?