/ Published in: PHP
Expand |
Embed | Plain Text
function subval_sort($a,$subkey) { foreach($a as $k=>$v) { } foreach($b as $key=>$val) { $c[] = $a[$key]; } return $c; }
You need to login to post a comment.
function subval_sort($a,$subkey) { foreach($a as $k=>$v) { } foreach($b as $key=>$val) { $c[] = $a[$key]; } return $c; }
You need to login to post a comment.