Extracted from Pike v7.3 release 16 at 2002-03-05.
pike.roxen.com
[Top]
Thread
Thread.Local

Method Thread.Local()->get()


Method get

mixed Thread.Local()->get()

Description

Get the thread local value.

This returns the value prevoiusly stored in the Thread.Local object by the Thread.Local.set method by this thread.

See also

Thread.Local.set