WordPress\AiClientDependencies\Psr\Http\Message

ServerRequestInterface::getAttributespublicWP 1.0

Retrieve attributes derived from the request.

The request "attributes" may be used to allow injection of any parameters derived from the request: e.g., the results of path match operations; the results of decrypting cookies; the results of deserializing non-form-encoded message bodies; etc. Attributes will be application and request specific, and CAN be mutable.

Method of the class: ServerRequestInterface{}

No Hooks.

Returns

Array. Attributes derived from the request.

Usage

$ServerRequestInterface = new ServerRequestInterface();
$ServerRequestInterface->getAttributes(): array;

ServerRequestInterface::getAttributes() code WP 7.0

public function getAttributes(): array;