PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
laminas
/
laminas-diactoros
/
src
/
functions
<?php declare(strict_types=1); namespace Zend\Diactoros; use function Laminas\Diactoros\marshalUriFromSapi as laminas_marshalUriFromSapi; /** * @deprecated Use Laminas\Diactoros\marshalUriFromSapi instead */ function marshalUriFromSapi(array $server, array $headers) : Uri { return laminas_marshalUriFromSapi(...func_get_args()); }
[-] 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]