SIGN IN SIGN UP
2023-08-16 10:20:52 +02:00
<?php
require_once __DIR__.'/_executor.php';
return function () {
printf(
'Request body size: %d (%s)',
strlen(file_get_contents('php://input')),
$_GET['i'] ?? 'unknown',
);
};