Konu: PHP Count Kullanımı
29.09.2011 09:35
$dizi=array("Ali","Ayşe","php","mysql","apache"); $toplam=count($dizi); echo $toplam;