hw_getobject(3) php man page | unix.com

Man Page: hw_getobject

Operating Environment: php

Section: 3

HW_GETOBJECT(3) 							 1							   HW_GETOBJECT(3)

hw_GetObject - Object record

SYNOPSIS
mixed hw_getobject (int $connection, mixed $objectID, [string $query])
DESCRIPTION
Gets an object record. If the second parameter is an array of integer the function will
PARAMETERS
o $connection - The connection identifier. o $objectID - The object identifier, or an array of identifiers. o $query - The query string has the following syntax: <expr> ::= "(" <expr> ")" | "!" &lt;expr> | /* NOT */ <expr> "||" <expr> | /* OR */ <expr> "&amp;&amp;" <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 */
RETURN VALUES
Returns the object record for the given object ID 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.
SEE ALSO
hw_getandlock(3), hw_getobjectbyquery(3). PHP Documentation Group HW_GETOBJECT(3)
Related Man Pages
expr(1b) - sunos
expr(1) - bsd
tcl_exprdouble(3) - mojave
fmlexpr(1f) - sunos
hw_getobject(3) - php
Similar Topics in the Unix Linux Community
substring without using expr command
How to get &quot;expr 1 + 2 = 03&quot;?
expr: An integer value was expected
How to lclear &quot;expr: syntax error&quot; eventhough everything looks fine?
How to compare current record,with next and previous record in awk without using array?