Extracted from Pike v7.3 release 14 at 2002-02-15.
pike.roxen.com
[Top]
ADT
ADT.Table
ADT.Table.ASCII

Method ADT.Table.ASCII.encode()


Method encode

string ADT.Table.ASCII.encode(object table, void|mapping options)

Description

This method returns a table represented in ASCII suitable for human eyes. options is an optional mapping. If the keyword "indent" is used with a number, the table will be indented with that number of space characters.