phpbar.de logo

Mailinglisten-Archive

[php] Problem mit asort/arsort

[php] Problem mit asort/arsort

Egon Schmid eschmid_(at)_s.netic.de
Sun, 05 Sep 1999 20:33:39 +0200


Kristian Köhntopp wrote:
> 
> Egon Schmid wrote:
> > Ansonsten ist das folgende
> > korrektes PHP3 (und wahrscheinlich aus dem Handbuch abgeschrieben).
> >
> > > arsort($Wert3);
> > > for(reset($Wert3); $index=key($Wert3); next($Wert3))
> > > {
> > >  print("$Text[$index] : $Wert1[$index] : $Wert2[$index] : $Wert3[$index]
> > > <BR>\n");
> > > }
> > > ?>
> >
> 
> kk_(at)_land:~ > Source/php3/php
> <?php
>  $a[-2] = 20;
>  $a[2] = 10;
>  $a[3] = 1000;
>  $a[4] = -10;
>  $a[5] = 17;
>  $a[0] = 0;

Das ist doch ein numerisches Array oder nicht? Und dafür ist halt mal
asort() und arsort() nicht gedacht. Um die ganze Diskussion hier etwas
abzukürzen wäre ein Blick ins Handbuch vielleicht ganz sinnvoll.

-Egon


php::bar PHP Wiki   -   Listenarchive