Contentserv PHP API

CSMemoryDatabaseServiceInfo
in package

Defines a helper object to receive the service information.

Tags
since

CS23.5

Table of Contents

__construct()  : mixed
Defines the constructor of the memory database item with the required key.
getResponseTime()  : float|null
Returns the response time of the current used service in micro seconds.
getVersion()  : string
Returns the version of the current used service.

Methods

getResponseTime()

Returns the response time of the current used service in micro seconds.

public getResponseTime() : float|null

In case of an error the value "null" will be returned.

Tags
Return values
float|null

getVersion()

Returns the version of the current used service.

public getVersion() : string
Tags
Return values
string

        

Search results