hw_GetObjectByQueryColl
(PHP 4)
hw_GetObjectByQueryColl — Recherche un objet dans un groupe
Description
array hw_getobjectbyquerycoll
( int $connection
, int $objectID
, string $query
, int $max_hits
)
Recherche un objet sur tout le groupe objectID et retourne un tableau d'object records.
Liste de paramètres
- connection
-
L'identifiant de connection.
- objectID
-
L'identifiant de la collection.
- query
-
La requête ne fonctionnera qu'avec des attributs indexés.
- max_hits
-
Le nombre maximum d'objet est limité par objectID . Si objectID vaut -1 il n'y a pas de limite.
Valeurs de retour
Retourne un tableau d'objets ids.
hw_GetObjectByQueryColl
There are no user contributed notes for this page.
