SwooleTable
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.
at line 30
bool
set(string $key, array $values)
Update a row of the table.