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

438 B

find

find ( string $selector [, int $idx = null [, bool $lowercase = false ]] ) : mixed

Finds elements in the DOM.

Parameter Description
selector A CSS style selector.
idx Index of the element to return.
lowercase Matches tag names case insensitive when enabled.

Returns an array of matches or a single element if idx is defined.