void ::`->=(string index, mixed value)
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.
::`->()