Description
Return the number of columnsWe use row[0] to determine the number of columns
Usage
$integer = OIK_table::columns();Parameters
Returns
integer columnsSource
File name: oik-bob-bing-wide/classes/class-oik-tables.phpLines:
1 to 3 of 3
function columns() { return( count( $this->table[0]) ); }View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters:
