jb-data.de/lib/sd/manual/docs/api/simple_html_dom/getElementById.md
2025-08-11 22:23:30 +02:00

241 B

getElementById

getElementById ( string $id ) : object

Searches an element by id.

Parameter Description
id ID of the element to find.

Returns the element or null if no match was found.