a1ias on 12/30/14
Last Edited at 12/30/14 01:04am
foreach ($tmp as $k => $v) { if (strpos(serialize($result),$v['id']) === FALSE) { $result[] = $v; }}
Report this snippet Tweet
Comment:
You need to login to post a comment.