| 
 
  7.38.38 hw_getobjectbyquery()Recherche un objet[ Exemples avec hw_getobjectbyquery ]   PHP 3>= 3.0.3, PHP 4  
array
 hw_getobjectbyquery (
int
 
connection
 ,
string
 
query
 ,
int
 
max_hits
 )
hw_getobjectbyquery
  recherche un objet sur tout le serveur
     et retourne un tableau d' object ids. Le nombre maximum d'objet est limité
     par  
max_hits
 . Si  
max_hits
  vaut -1
     il n'y a pas de limite.
     
     La requête ne fonctionnera qu'avec des attributs indexés.
     
     Voir aussi
      
hw_getobjectbyqueryobj
 .
     
 |