class SwooleTable extends Table

Properties

protected array $columns

The table columns.

Methods

bool
column(string $name, int $type, int $size = 0)

Set the data type and size of the columns.

bool
set(string $key, array $values)

Update a row of the table.

Details

at line 20
bool column(string $name, int $type, int $size = 0)

Set the data type and size of the columns.

Parameters

string $name
int $type
int $size

Return Value

bool

at line 30
bool set(string $key, array $values)

Update a row of the table.

Parameters

string $key
array $values

Return Value

bool