Extracted from Pike v7.8 release 866 at 2016-11-06.
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

::`->=()