php-general | 2001062
Date: 06/30/01
- Next message: teo <email protected>: "Re: [PHP] Problems upgrading APACHE/PHP/Mysql on remote server"
- Previous message: teo <email protected>: "Re: [PHP] Convert"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello ,
$a = array (
'one' => '1',
'two' => '2',
'three' => '3',
);
$k = array_keys($a);
$v = array_value($a);
Whether the condition will be true: $a[$k[$i]] == $v[$i] ?
for $i from 0 to count($a)-1
P.S. This question has arisen as perl (for example) does not
guarantee the order elements in hash.
Best regards,
Andrew Sitnikov
e-mail : sitnikov <email protected>
GSM: (+372) 56491109
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: teo <email protected>: "Re: [PHP] Problems upgrading APACHE/PHP/Mysql on remote server"
- Previous message: teo <email protected>: "Re: [PHP] Convert"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

