芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/vendor/azjezz/psl/src/Psl/Iter/count.php
$iterable * * @return int<0, max> */ function count(iterable $iterable): int { if (is_countable($iterable)) { /** @var int<0, max> */ return \count($iterable); } $count = 0; foreach ($iterable as $_) { ++$count; } return $count; }