入门指引 Server Client Process AsyncIO Memory HttpServer WebSocket 高级 其他

发布于 2015-08-09 09:44:28 | 218 次阅读 | 评论: 0 | 来源: 网络整理

内存表增加一列

bool swoole_table->column(string $name, int $type, $size);
  • $name指定字段的名称
  • $type指定字段类型,支持3种类型,swoole_table::TYPE_INT, swoole_table::TYPE_FLOAT, swoole_table::TYPE_STRING
  • swoole_table::TYPE_STRING,字符串类型,必须要指定最大长度

swoole_table::TYPE_INT默认为4个字节,可以设置1,2,4,8一共4种长度
swoole_table::TYPE_STRING设置后,设置的字符串不能超过此长度
swoole_table::TYPE_FLOAT会占用8个字节的内存

最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务