/ Published in: PHP
URL: http://talks.php.net/show/php-best-practices/26
This was taken out of a presentation by eZ systems on PHP Best Practices
Expand |
Embed | Plain Text
<?php foreach ($v as $key => $val) { continue; } $in[] =& $in[$k][$key]; } } } ?>
You need to login to post a comment.
