You need to create a function in which you can pass the variable the number of arguments by reference.
The task is as follows: I pass any number of numeric arguments to a function, and the function changes their values, for example, to +5;
Those.
function W() { for($i = 0; $i < func_num_args(); $i++) // Может как то тут можно получить ссылку на куждый аргумент и изменить его значеие? }