Sahra: Mehrdimensionales Array sortieren Schlüssel erhalten

Beitrag lesen

Hi,

wie mache ich aus

Array
(
    [2] => Array
        (
            [contenttype] => passwd
            [content] => Passwort
            [position] => 2
        )

[4] => Array
        (
            [contenttype] => email
            [content] => E-Mail
            [position] => 1
        )

[5] => Array
        (
            [contenttype] => server
            [content] => Serverauswahl
            [position] => 3
        )

)

Ein Array das die Schlüssel erhält aber den Email Eintrag zu erst hat?

Bis dann
Sahra