我收到一条错误消息,指出此代码中有非法偏移:
function _generate_users($ceny, $komu, $ile, $admin=false){
$price=($ceny*$ile);
if($admin == false){
$this->ceny['rent'] = $ceny['rent'];
$this->ceny['pay'] = $ceny['pay'];
$this->ceny['rec'] = $ceny['rec'];
}
}//Function ends.
非法偏移在以下三行:
$this->ceny['rent'] = $ceny['rent'];
$this->ceny['pay'] = $ceny['pay'];
$this->ceny['rec'] = $ceny['rec'];