Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Mird
Mird.Mird
Mird.Mird()->Table

Method Mird.Mird()->Table()->_values()


Method _values

string `[](int|string key)
string `[]=(int|string key, string value)
array(int|string) _indices()
array(int|string) _values()

Description

Get and store key:value pairs, list the table.

Note

All storage in the table will create a transaction, if we're not already in a transaction.