Swoole\Table::column
PHP Manual
PHP Manual»Swoole\Table»Swoole\Table::column

Swoole\Table::column

(PECL swoole >= 1.9.0)

Swoole\Table::columnSet the data type and size of the columns.

Açıklama

public function Swoole\Table::column(string $name, string $type, int $size = ?): bool

Bağımsız Değişkenler

name

Specify the name of the field.

type

Specify the field type.

size

Specify the maximum length of the string field.

Dönen Değerler

To Top