PHP Doku:: Search object in collection - function.hw-getobjectbyquerycoll.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteHyperwaveHyperwave Funktionenhw_GetObjectByQueryColl

Ein Service von Reinhard Neidl - Webprogrammierung.

Hyperwave Funktionen

<<hw_GetObjectByQuery

hw_GetObjectByQueryCollObj>>

hw_GetObjectByQueryColl

(PHP 4)

hw_GetObjectByQueryCollSearch object in collection

Beschreibung

array hw_getobjectbyquerycoll ( int $connection , int $objectID , string $query , int $max_hits )

Searches for objects in collection with ID objectID and returns an array of object ids.

Parameter-Liste

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.

Rückgabewerte

Returns an array of object ids.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)