首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

PHP Memcache 连接有关问题

2012-09-03 
PHP Memcache 连接问题!使用Memcache的时候出现下列问题,是为什么?Memcache::connect() expects parameter

PHP Memcache 连接问题!
使用Memcache的时候出现下列问题,是为什么?
Memcache::connect() expects parameter 2 to be long, string given in 
谢谢了

[解决办法]

探讨

楼上两位.....
Memcache::connect ( string $host [, int $port [, int $timeout ]] )
第二个参数填端口号,长整形(long),你填的是string类型了,所以报错,哪是太长的意思

热点排行