exchange
exchange
Swap Values Without Temporary Varaibles In PHP
Tue, 10/28/2008 - 10:59 | by philipnorton42I have talked about swapping values without a temporary third variable before, but there is another way to do this which doesn't make the code unreadable. This is by using the list() function in the following way.