find('table', 0); // $table->removeChild($table->find('tr', 0)); foreach($table->find('tr') as $items) { echo $items->outertext; } });