array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'swoole-table.column.php', 1 => 'Swoole\\Table::column', 2 => 'Set the data type and size of the columns.', ), 'up' => array ( 0 => 'class.swoole-table.php', 1 => 'Swoole\\Table', ), 'prev' => array ( 0 => 'class.swoole-table.php', 1 => 'Swoole\\Table', ), 'next' => array ( 0 => 'swoole-table.construct.php', 1 => 'Swoole\\Table::__construct', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/swoole/swoole/table/column.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PECL swoole >= 1.9.0)
Swoole\Table::column — Set the data type and size of the columns.
nameSpecify the name of the field.
typeSpecify the field type.
sizeSpecify the maximum length of the string field.