<?php function TestPhpFunction1() { $number = func_num_args (); echo "传递给该函数参数数目为: " . $number . "<br>"; } TestPhpFunction1 ( 3 ...
確定! 回上一頁