Methods |
public
|
getTransportSchema(): string
Get the transport schema for this connection
Get the transport schema for this connection
Implemented by
|
#
|
public
|
getHost(): string
Get the hostname for this connection
Get the hostname for this connection
Implemented by
|
#
|
public
|
getPort(): int
Get the port for this connection
Get the port for this connection
Implemented by
|
#
|
public
|
getUserPass(): ?string
Get the username:password string for this connection, null if not set
Get the username:password string for this connection, null if not set
Implemented by
|
#
|
public
|
getPath(): ?string
Get the URL path suffix, null if not set
Get the URL path suffix, null if not set
Implemented by
|
#
|
public
|
isAlive(): bool
Check to see if this instance is marked as 'alive'
Check to see if this instance is marked as 'alive'
Implemented by
|
#
|
public
|
markAlive(): void
Mark this instance as 'alive'
Mark this instance as 'alive'
Implemented by
|
#
|
public
|
markDead(): void
Mark this instance as 'dead'
Mark this instance as 'dead'
Implemented by
|
#
|
public
|
getLastRequestInfo(): array
Return an associative array of information about the last request
Return an associative array of information about the last request
Implemented by
|
#
|
public
|
performRequest(
string $method,
string $uri,
array<string, mixed>|null $params = [],
mixed $body = null,
array $options = [],
?Transport $transport = null,
): mixed
|
#
|