原创 php知識點函數的參數

php知識點函數的參數 按值傳遞參數(默認) 默認是用這種按值傳遞參數的方式傳到函數體內部的。 <?php function takes_array($input) { echo "$input[0] + $input[1