Ice 3.8 PHP API Reference

SSLInfo
in package

Table of Contents

Properties

$certs  : mixed
$cipher  : mixed
$localHost  : mixed
$localPort  : mixed
$remoteHost  : mixed
$remotePort  : mixed

Methods

__construct()  : mixed
__toString()  : string

Properties

$remoteHost

public mixed $remoteHost

$remotePort

public mixed $remotePort

Methods

__construct()

public __construct([mixed $remoteHost = '' ][, mixed $remotePort = 0 ][, mixed $localHost = '' ][, mixed $localPort = 0 ][, mixed $cipher = '' ][, mixed $certs = null ]) : mixed
Parameters
$remoteHost : mixed = ''
$remotePort : mixed = 0
$localHost : mixed = ''
$localPort : mixed = 0
$cipher : mixed = ''
$certs : mixed = null

__toString()

public __toString() : string
Return values
string

        
On this page

Search results