File manager - Edit - /home/ferretapmx/public_html/libraries/vendor/laminas/laminas-diactoros/src/functions/marshal_method_from_sapi.php
Back
<?php declare(strict_types=1); namespace Laminas\Diactoros; /** * Retrieve the request method from the SAPI parameters. */ function marshalMethodFromSapi(array $server): string { return $server['REQUEST_METHOD'] ?? 'GET'; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings