hw_GetObjectByQueryCollObj()
hw_GetObjectByQueryCollObj - Search object in collection
Syntax
array hw_GetObjectByQueryCollObj (
int $connection,
int $objectID,
string $query,
int $max_hits)
Arguments
- connection - The connection identifier.
- objectID - The collection id.
- query - The query will only work with indexed attributes.
- max_hits - The maximum number of matches is limited to max_hits. If max_hits is set to -1 the maximum number of matches is unlimited.
Description
Searches for objects in collection with ID objectID and returns an array of object records.
Version
PHP 4
Return value
Returns an array of object records.