服务器版本是5.4.3
我本机是5.3.1
Parse error: syntax error, unexpected '[', expecting ')'
报错如下
$userinfo = $this->getuser('getpk', [$uid], 'userinfo');//这里uid框起来就报错了
是否跟PHP版本有关系??
php5.4 [] 是 array() 的简写
PHP5.4提供了数组简短语法:
多谢。。。 看来要升级版本了