-4

我正进入(状态

Parse error: syntax error, unexpected ',' in /xxx/login.php on line 28

函数定义为:

function login($subuser, $subpass, $subremember, $fb = 0){
//something here
}

我这样称呼它:

$retval = $session->login($fbuserid, , , 1);  

我已经为此工作了 2 个多小时,我刚刚收到这个错误,所以我不知道它有多复杂,因为我看不出代码有什么问题!!!

4

1 回答 1

4

null如果要跳过参数,请通过。你不能把它留空。只list支持这一点,那只是因为它是一个构造而不是一个函数。

于 2012-04-27T11:48:14.250 回答