Hi everyone! I'm the author of code.mu :)
I'd love to chat with my non-Russian audience. I'm looking for your feedback on the site and the translation quality. Let's chat:)
75 of 110 menu

The PHP Array Length

To count the length of an array in PHP, use the function count. See the example:

<?php $arr = ['a', 'b', 'c']; echo count($arr); ?>

Code execution result:

3
English
БеларускаяEspañolРусский
We use cookies for website operation, analytics, and personalization. Data processing is carried out in accordance with the Privacy Policy.
accept all customize decline