Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
alien3d
12y ago
0 comments
Share
Cool like this,hope implement in php. No need to explode
undefined | Better HN
0 comments
default
newest
oldest
Ardren
12y ago
PHP has the list construct which is a little uglier, and has a couple of odd behaviors
php > $t = array(1, 2); php > list($a, $b) = $t; php > echo "$a, $b"; 1, 2
j
/
k
navigate · click thread line to collapse