<?php function Vuong($a, $b, $c){ $get = func_get_args(); $get[2] = 10; echo $c; print_r($get); } Vuong(1, 2, 3);
You have javascript disabled. You will not be able to edit any code.