Dizinin uzunluğunu döndüren PHP fonksiyonudur.
<?php $dizi = array(2017,"KodSözlük","www.kodsozluk.com"); echo count($dizi); ?>
3