<?php func_get_args(): array
<?php } if (1 < func_num_args()) { return func_get_args(); } return $var;