phpbar.de logo

Mailinglisten-Archive

[php] arrays auf doppelte werte testen

[php] arrays auf doppelte werte testen

Carsten Möhrke cmoehrke at netviser.de
Die Sep 28 11:40:40 CEST 2004


Hai!

Wie wäre es mit:

$arr_orig=array(1,2,3,4,5,5);
$arr_kopie=array_unique($arr_orig);
if (count($arr_kopie) != count($arr_orig))
{
	echo ("doppelte Werte enthalten");
}
else
{
	echo ("Nix doppeltes");
}

Sollte doch klappen, oder?

*wink*


php::bar PHP Wiki   -   Listenarchive