[Top]
::
|
Method ::`->=()
- Method
`->=
void `->=(string index, mixed value)
- Description
Builtin arrow set operator.
This function indexes the current object with the string index ,
and sets it to value .
This is useful when the arrow set operator has been overloaded.
- See also
::`->()
|