sizeof — count() 的别名
參數
數值或變數
返回值: int
If your array is "huge"
It is reccomended to set a variable first for this case:
THIS->
$max = sizeof($huge_array);
for($i = 0; $i < $max;$i++)
{
code...
}
sizeof — count() 的别名
參數
數值或變數
返回值: int
If your array is "huge"
It is reccomended to set a variable first for this case:
THIS->
$max = sizeof($huge_array);
for($i = 0; $i < $max;$i++)
{
code...
}
賽事名稱-113年臺南市長盃國小田徑賽
這次是我幫忙接手後,第 一次,從建置資料庫、完成報名、編排秩序冊、賽道、輸入紀錄、印獎狀、填入總錦標,各種階段我從頭到尾參與的。
比賽第一天,就發生管理者帳號無法登入。solved!
第二天騎車的途中,建璋跟我說:網站沒有線上可以讓學校自行填報接力選手的介面。 solved!
第三天,有學校私底下提出,有學校選手參加四項比賽,看能不能抓出違規。solved!
第三天下午,要結束前計算總錦標,有學校發現總錦標沒有把全能成績加進去。solved!
真是緊湊的一個星期啊!