Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Math/sum.php
Назад
<?php declare(strict_types=1); namespace Psl\Math; /** * Returns the sum of all the given numbers. * * @param list<int> $numbers * * @pure */ function sum(array $numbers): int { $result = 0; foreach ($numbers as $number) { $result += $number; } return $result; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка