摘要:<?php function sun($a,$b) { $c = $a+$b; return $c; } &nbs
<?php function sun($a,$b) { $c = $a+$b; return $c; } echo sun(11,13);//傳參通過函數(shù)求整數(shù)和
批改老師:查無此人批改時(shí)間:2019-06-14 14:20:57
老師總結(jié):完成的不錯(cuò)。自己寫的叫方法,php系統(tǒng)的叫函數(shù)。繼續(xù)加油。