Skip to content

Commit

Permalink
Reto mouredev#18 - php
Browse files Browse the repository at this point in the history
  • Loading branch information
almonteagudor committed Aug 11, 2023
1 parent 42a7896 commit dff418a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

echo $element->textContent . "\n";
}
} else {
echo "No se ha encontrado: $text\n";
}

function searchElementByString(DOMNodeList $list, string $text): ?DOMElement
Expand Down

0 comments on commit dff418a

Please sign in to comment.