Extracted from Pike v7.6 release 93 at 2006-10-04.
pike.ida.liu.se
[Top]
::

Method ::`->()


Method `->

mixed ::`->(string index)

Description

Builtin arrow operator.

This function indexes the current object with the string index . This is useful when the arrow operator has been overloaded.

See also

::`->=()