hw_GetChildDocCollObj <<< |
hw_GetObject | hw_GetObjectByQuery >>> |
8.44 Hyperwave 8 Référence des fonctions Manuel PHP . Introduction . Pré-requis . Installation . Intégration avec Apache . Configuration à l'exécution . Types de ressources . Constantes pré-définies . A faire . hw_Array2Objrec . hw_changeobject . hw_Children . hw_ChildrenObj . hw_Close . hw_Connect . hw_connection_info . hw_cp . hw_Deleteobject . hw_DocByAnchor . hw_DocByAnchorObj . hw_Document_Attributes . hw_Document_BodyTag . hw_Document_Content . hw_Document_SetContent . hw_Document_Size . hw_dummy . hw_EditText . hw_Error . hw_ErrorMsg . hw_Free_Document . hw_GetAnchors . hw_GetAnchorsObj . hw_GetAndLock . hw_GetChildColl . hw_GetChildCollObj . hw_GetChildDocColl . hw_GetChildDocCollObj ->hw_GetObject . hw_GetObjectByQuery . hw_GetObjectByQueryColl . hw_GetObjectByQueryCollObj . hw_GetObjectByQueryObj . hw_GetParents . hw_GetParentsObj . hw_getrellink . hw_GetRemote . hw_getremotechildren . hw_GetSrcByDestObj . hw_GetText . hw_getusername . hw_Identify . hw_InCollections . hw_Info . hw_InsColl . hw_InsDoc . hw_insertanchors . hw_InsertDocument . hw_InsertObject . hw_mapid . hw_Modifyobject . hw_mv . hw_New_Document . hw_objrec2array . hw_Output_Document . hw_pConnect . hw_PipeDocument . hw_Root . hw_setlinkroot . hw_stat . hw_Unlock . hw_Who |
8.44.37 hw_GetObject()Lit les attributs d'un objet Hyperwave[ Exemples avec hw_getobject ] PHP 3>= 3.0.3, PHP 4 array hw_getobject ( int connection , mixed objectID , string query )hw_GetObject retourne les attributs de l'objet dont l'identifiant est objectid , si le second paramètre est un entier. Si ce second paramètre est un tableau, la fonction retournera un tableau d'attributs. Dans ce cas, le dernier paramètre est aussi évalué. query a la syntaxe suivante : <expression> ::= "(" <expression> ")" | "!" <expression> | /* NOT */ <expression> "||" <expression> | /* OR */ <expression> "&&" <expression> | /* AND */ <attribute> <operator> <value> <attribute> ::= /* * n'importe quel attribut (Title, Author, DocumentType ...) */ <operator> ::= "=" | /* égal */ "<" | /* moins que (comparaison de type chaîne) */ ">" | /* plus que (comparaison de type chaîne) */ "~" /* recherche par expression rationnelle */
query permet de sélectionner une nouvelle fois certains objets dans la liste des objets donnés. Contrairement aux autres requêtes, celle-ci peut utiliser des attributs non indexés. Le nombre d'attributs retournés dépend de la requête de la requête et des autorisations d'accès aux objets. Voir aussi hw_getandlock et hw_getobjectbyquery . |
<< | hw_GetObject | >> |
hw_GetChildDocCollObj | Hyperwave | hw_GetObjectByQuery |