PageArray/WireArray


Getting Items

$a->get("selector")

Introduced in Version 2.0

Description

Return the first item that matches the given selector, or null if not found.

Post Comment