★ wanayoo — archive 1999 http://www.php.net/manual/function.hw-getobject.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to Hyperwave
Quick Reference
German version of this pageJapanese version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
Hyperwave
* hw_Array2Objrec
* hw_Children
* hw_ChildrenObj
* hw_Close
* hw_Connect
* hw_Cp
* hw_Deleteobject
* hw_DocByAnchor
* hw_DocByAnchorObj
* hw_DocumentAttributes
* hw_DocumentBodyTag
* hw_DocumentContent
* hw_DocumentSetContent
* hw_DocumentSize
* hw_ErrorMsg
* hw_EditText
* hw_Error
* hw_Free_Document
* hw_GetParents
* hw_GetParentsObj
* hw_GetChildColl
* hw_GetChildCollObj
* hw_GetRemote
* hw_GetRemoteChildren
* hw_GetSrcByDestObj
* hw_GetObject
* hw_GetAndLock
* hw_GetText
* hw_GetObjectByQuery
* hw_GetObjectByQueryObj
* hw_GetObjectByQueryColl
* hw_GetObjectByQueryCollObj
* hw_GetChildDocColl
* hw_GetChildDocCollObj
* hw_GetAnchors
* hw_GetAnchorsObj
* hw_Mv
* hw_Identify
* hw_InCollections
* hw_Info
* hw_InsColl
* hw_InsDoc
* hw_InsertDocument
* hw_InsertObject
* hw_mapid
* hw_Modifyobject
* hw_New_Document
* hw_Objrec2Array
* hw_OutputDocument
* hw_pConnect
* hw_PipeDocument
* hw_Root
* hw_Unlock
* hw_Who
* hw_Username
Manual: hw_GetObject
View the source code for this pageSearch the site



Previous page
 hw_GetSrcByDestObj
 Updated
Sat, 12 Aug 2000
hw_GetAndLock 
Next page


hw_GetObject

(unknown)

hw_GetObject -- object record

Description

array hw_getobject (int connection, [int|array] objectID, string query)

Returns the object record for the object with ID objectID if the second parameter is an integer. If the second parameter is an array of integer the function will return an array of object records. In such a case the last parameter is also evaluated which is a query string.

The query string has the following syntax:

<expr> ::= "(" <expr> ")" |

"!" <expr> | /* NOT */

<expr> "||" <expr> | /* OR */

<expr> "&&" <expr> | /* AND */

<attribute> <operator> <value>

<attribute> ::= /* any attribute name (Title, Author, DocumentType ...) */

<operator> ::= "=" | /* equal */

"<" | /* less than (string compare) */

">" | /* greater than (string compare) */

"~" /* regular expression matching */

The query allows to further select certain objects from the list of given objects. Unlike the other query functions, this query may use not indexed attributes. How many object records are returned depends on the query and if access to the object is allowed.

See also hw_GetAndLock(), hw_GetObjectByQuery().


 About Notes


Previous page
 hw_GetSrcByDestObj
 Updated
Sat, 12 Aug 2000
hw_GetAndLock 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.