phpbar.de logo

Mailinglisten-Archive

[php] element aus array löschen ...

[php] element aus array löschen ...

F. Kieling at COVI f.kieling at covi.de
Die Mar 29 10:59:28 CEST 2005


Hallo Andy,

>versuche, erfolglos, ein Element aus einem array zu löschen. folgende
>Situation:
>
>Inhalt vom array:
>for_country[0]=Albania##2
>for_country[1]=Bosnia And Herzegowina##27
>for_country[2]=####
>
>$count = count($for_country);
>for($k=0;$k<$count_country;$k++)
>{
>  if($for_country[$k] == "####")
>    unset($for_country[$k]);
>}
>
>es klappt aber nicht!! was muss ich anstellen um for_country an der stelle 2
>komplett zu löschen??
>  
>
Versuch's mal mit array_splice($for_country, $k, 1);

Gruß
   Florian

-- 

common visions media.agentur
knieperstrasse 1
18439 stralsund

phone 0049 [0] 38 31 . 30 31 57
fax 0049 [0] 38 31 . 30 31 58
mobil 0049 [0] 170 . 83 32 281

f.kieling at covi.de
http://www.covi.de


php::bar PHP Wiki   -   Listenarchive