有人能告訴我哪錯(cuò)了嗎
?function postiont($maxline,$no){ ? ? $line = ceil($no/$maxLine); ? ? ? ?$row = $no%$maxLine?$no%$maxLine:$maxLine; ? ? ?return $line; ? ? ?return $row; } $m = 4; //每排人數(shù) $no = 20;//學(xué)生編號(hào) echo ?postiont($m,$no);
?function postiont($maxline,$no){ ? ? $line = ceil($no/$maxLine); ? ? ? ?$row = $no%$maxLine?$no%$maxLine:$maxLine; ? ? ?return $line; ? ? ?return $row; } $m = 4; //每排人數(shù) $no = 20;//學(xué)生編號(hào) echo ?postiont($m,$no);
2018-03-09
舉報(bào)
2018-06-11
大小寫(xiě)改一下就好
2018-03-22
圖中劃紅線(xiàn)的位置,應(yīng)該是maxLine,中間有個(gè)字母要大寫(xiě)。
其次,一個(gè)函數(shù)只能有一個(gè)返回值,你需要返回兩個(gè),應(yīng)該把這兩個(gè)值放在數(shù)組里面,返回?cái)?shù)組