Variable Swap
[email protected] ("Bharath Bhushan Lohray") Mon, 10 Dec 2001 19:02:58 +0530
| Newsgroups | php.lang |
|---|---|
| Organization | openLoh |
| Message-ID | <[email protected]> |
Is there a way of swapping the values of two variables without involving a third variable. something similar to the SWAP(A$,B$) of BASIC I have a big variable(array) and I want to keep my script's memory requirements as low as possible. -Bharath Bhushan Lohray