PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
laminas
/
laminas-diactoros
/
src
/
functions
<?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'; }
[-] marshal_uri_from_sapi.legacy.php
[edit]
[-] marshal_method_from_sapi.legacy.php
[edit]
[+]
..
[-] create_uploaded_file.php
[edit]
[-] marshal_headers_from_sapi.legacy.php
[edit]
[-] parse_cookie_header.php
[edit]
[-] normalize_server.php
[edit]
[-] parse_cookie_header.legacy.php
[edit]
[-] marshal_method_from_sapi.php
[edit]
[-] marshal_headers_from_sapi.php
[edit]
[-] marshal_protocol_version_from_sapi.php
[edit]
[-] normalize_uploaded_files.legacy.php
[edit]
[-] normalize_server.legacy.php
[edit]
[-] normalize_uploaded_files.php
[edit]
[-] marshal_protocol_version_from_sapi.legacy.php
[edit]
[-] create_uploaded_file.legacy.php
[edit]
[-] marshal_uri_from_sapi.php
[edit]