Файловый менеджер - Редактировать - /home/tuudkjt/globeasy/wp-content/plugins/really-simple-ssl/core/app/Support/Helpers/Storages/RequestBody.php
Назад
<?php declare(strict_types=1); namespace ReallySimplePlugins\RSS\Core\Support\Helpers\Storages; use ReallySimplePlugins\RSS\Core\Support\Helpers\Storage; /** * Typed wrapper for the JSON request body. * Loads from php://input and exposes it as Storage. */ final class RequestBody extends Storage { public function __construct() { $raw = file_get_contents('php://input'); $decoded = json_decode($raw, true); parent::__construct( is_array($decoded) ? $decoded : [] ); } }
| ver. 1.6 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка