Ice 3.8 PHP API Reference

ConnectionMetrics extends Metrics
in package

Table of Contents

Properties

$_ice_slicedData  : mixed
$current  : mixed
$failures  : mixed
$id  : mixed
$receivedBytes  : mixed
$sentBytes  : mixed
$total  : mixed
$totalLifetime  : mixed

Methods

__construct()  : mixed
__toString()  : string
ice_getSlicedData()  : mixed
ice_id()  : mixed
ice_staticId()  : mixed

Properties

$_ice_slicedData

public mixed $_ice_slicedData

$receivedBytes

public mixed $receivedBytes

$totalLifetime

public mixed $totalLifetime

Methods

__construct()

public __construct([mixed $id = '' ][, mixed $total = 0 ][, mixed $current = 0 ][, mixed $totalLifetime = 0 ][, mixed $failures = 0 ][, mixed $receivedBytes = 0 ][, mixed $sentBytes = 0 ]) : mixed
Parameters
$id : mixed = ''
$total : mixed = 0
$current : mixed = 0
$totalLifetime : mixed = 0
$failures : mixed = 0
$receivedBytes : mixed = 0
$sentBytes : mixed = 0

__toString()

public __toString() : string
Return values
string

ice_getSlicedData()

public ice_getSlicedData() : mixed

ice_staticId()

public static ice_staticId() : mixed

        
On this page

Search results