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

Method Mird.Mird()->vtable()


Method vtable

vTable vtable(string name)
vzTable vtable(string name)

Description

A vTable is just like a Table , except that the values can be anything, not just strings. The data is encode_value() 'ed before storage.

A vzTable is just like a vTable , except that the values are both encoded and then packed using Gz. Only available if Pike supports Gz.