Extracted from Pike v7.4 release 97 at 2004-08-02.
pike.ida.liu.se
[Top]
predef::
String
String.HTML

Method String.HTML.pad_rows()


Method pad_rows

array(array(string)) String.HTML.pad_rows(array(array(string)) rows, void|string padding)

Description

Pads out the rows in a array of rows to equal length. The new elements in the rows will have the value provided in padding , or " ".