Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[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

::`->()