A Paris
Showing posts with label
PHP general control
.
Show all posts
Showing posts with label
PHP general control
.
Show all posts
Tuesday, August 2, 2011
PHP general variable or array control
//swap two variables function swap (&$x, &$y) { $x ^= $y ^= $x ^= $y; }
Reference:
http://www.bukisa.com/articles/30572_swap-variables-values-in-php
Older Posts
Home
Subscribe to:
Posts (Atom)