Files
php_8/arrays/count.php

4 lines
81 B
PHP

<?php
$langs = ['PHP', 'Python', 'Ruby', 'JavaScript'];
echo count($langs); // 4