Hello,

Has a automatic way to change the position from 2 elements of a array
without use a aux variable?
Like that:
A = (1,3,2)  --> A = (1, 2, 3)

Thanks,

Evandro



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to