While hacking around I came up with another variation for
foreach() feature request ...
foreach( $somearary as list($ene, $mene, $muh)) {
or
foreach( $somearray as $somekey => list($ene, $mene, $muh)) {
given that
$somearray = array(
'key1' => array('1','2','3'),
[...]
);
:)
Markus
--
Markus Fischer, http://guru.josefine.at/~mfischer/
EMail: [EMAIL PROTECTED]
PGP Public Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
PGP Fingerprint: D3B0 DD4F E12B F911 3CE1 C2B5 D674 B445 C227 2BD0
-All your scripts are belong to Zend-
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]