View Single Post
Old 02-24-2008, 03:39 PM   #16 (permalink)
Morishani
The Contributor
 
Join Date: Nov 2007
Posts: 32
Thanks: 5
Morishani is on a distinguished road
Default list,array

Quote:
Originally Posted by sjaq View Post
PHP Code:
<?php 

    $a 
1;
    
$b 2;
    
    
// just the simplest way...
    
list($a$b) = array($b$a);


?>
Nice...
__________________
מטבחים (hebrew)
Send a message via ICQ to Morishani Send a message via MSN to Morishani
Morishani is offline  
Reply With Quote