当前位置:Gxlcms > PHP教程 > PHPMemcache连接有关问题

PHPMemcache连接有关问题

时间:2021-07-01 10:21:17 帮助过:10人阅读

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

------解决方案--------------------
探讨

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

人气教程排行