Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Counts all elements in an array or in a Countable object
Alias sizeof
<?php count(Countable|array $value, int $mode = COUNT_NORMAL): int
<?php             };

        }



        $issuesCount = count($issues);



        render(<<<HTML

            <div class="mx-2 mb-1">
<?php         if ($input->getOption('ignore-all')) {

            $this->addMisspellingsToConfig($issues);



            $wordsAddedCount = count(array_unique(array_map(

                fn (Issue $issue): string => $issue->misspelling->word,

                $issues,

            )));



            render(<<<HTML

                <div class="mx-2 mb-1">