(кстати return array("errors"=>$this->errors); не пишут, пишутсмотря какую версию php нужно поддерживать
return ["errors" => $this->errors];.
l = ['2110', '760', '10558', '2120', '(439)', '(370)', '2330', '(0)',
'7 строк по 4 столбца всего 20 ',
'2340', '159', '65', '2350', '(98)', '(7)', '2410', '(0)', '(616)', '2400', '382', '9630']
y = 3
for x in l:
if y == 3:
y = 0
print(x)
y = y +1
<?php
use Psr\Http\Message\ResponseInterface as Response;
use Psr\Http\Message\ServerRequestInterface as Request;
use Slim\Factory\AppFactory;
require __DIR__ . '/../vendor/autoload.php';
$app = AppFactory::create();
$app->get('/', function (Request $request, Response $response, $args) {
$response->getBody()->write("Hello world!");
return $response;
});
$app->run();
что хорошие и вкусные места как раз для таких вот специалистов существуют и архаизмом там это никто не считает.