WordPress\AiClientDependencies\Nyholm\Psr7

ServerRequest::getServerParamspublicWP 1.0

Method of the class: ServerRequest{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ServerRequest = new ServerRequest();
$ServerRequest->getServerParams(): array;

ServerRequest::getServerParams() code WP 7.0

public function getServerParams(): array
{
    return $this->serverParams;
}