Extracted from Pike v7.6 release 13 at 2006-10-17.
pike.ida.liu.se
[Top]
Mird
Mird.Mird
Mird.Mird()->Table

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


Method _indices

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.