Documentation

Result
in package

Result of a request.

Table of Contents

Properties

$data  : string
Data of the result.
$error  : string
Error message, if any.
$headers  : object|array<string|int, mixed>
Array or object containing headers.
$httpheaders  : object|array<string|int, mixed>
Array or object containing HTTP headers.
$status  : int
Status of the request.

Properties

$data

Data of the result.

public string $data

$error

Error message, if any.

public string $error

$headers

Array or object containing headers.

public object|array<string|int, mixed> $headers

$httpheaders

Array or object containing HTTP headers.

public object|array<string|int, mixed> $httpheaders

$status

Status of the request.

public int $status

        
On this page

Search results