Documentation

BaseCredentials
in package
implements ConnectionInterface

Interfaces, Classes, Traits and Enums

ConnectionInterface

Table of Contents

$host  : string
$port  : int|null
$ssl  : bool
__construct()  : mixed
host()  : string
port()  : int|null
ssl()  : bool
Set ssl connection

Properties

Methods

__construct()

public __construct(string $host[, int|null $port = null ][, bool $ssl = false ]) : mixed
Parameters
$host : string
$port : int|null = null
$ssl : bool = false
Return values
mixed

Search results