PHP3 Manual | ||
---|---|---|
Prev | Next |
hw_Changeobject -- changes object
This command allows to remove, add, or modify individual attributes of an object record. The object is specified by the Object ID object_to_change; commands adhere to the following syntax:
<command> ::= <remcmd> |
<addcmd> |
<remcmd> "\" <addcmd>
<remcmd> ::= "rem " <attribute> "=" <value>
<addcmd> ::= "add " <attribute> "=" <value>
Returns TRUE if no error occurs otherwise FALSE.
Prev | Home | Next |
Hyperwave functions | Up | hw_Children |