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