All welcome.
There is such a page structure:

It is necessary to remove all the "tr" elements that come after zero. (First in a row)
Can you please tell me how to accomplish this using Simple HTML DOM parser?
Sketches:
foreach($html->find('tr') as $value) { $value->outertext = ''; }