ServerDetailsReader
in package
Class ServerDetailsReader
Table of Contents
- $db : CI_DB_query_builder
- __construct() : mixed
- ServerDetailsReader constructor.
- getMysqlDefaultEngine() : string
- Returns the default engine of mysql.
- getMysqlEngines() : array<string|int, mixed>
- Returns a list of available mysql engines.
- getMysqlVersion() : string
- Returns the mysql version.
- getOperatingSystem() : string
- Returns the name of the operating system.
- getPhpConfiguration() : array<string|int, mixed>
- Returns a list of the used php configuration.
- getPhpExtensions() : array<string|int, mixed>
- Returns a list of available php extensions.
- getPhpVersion() : string
- Returns the php version.
- getWebserver() : string
- Returns the software name that is used for the web server.
Properties
$db
private
CI_DB_query_builder
$db
Methods
__construct()
ServerDetailsReader constructor.
public
__construct(CI_DB_query_builder $db) : mixed
Parameters
- $db : CI_DB_query_builder
Return values
mixed —getMysqlDefaultEngine()
Returns the default engine of mysql.
public
getMysqlDefaultEngine() : string
Return values
string —getMysqlEngines()
Returns a list of available mysql engines.
public
getMysqlEngines() : array<string|int, mixed>
Return values
array<string|int, mixed> —getMysqlVersion()
Returns the mysql version.
public
getMysqlVersion() : string
Return values
string —getOperatingSystem()
Returns the name of the operating system.
public
getOperatingSystem() : string
Return values
string —getPhpConfiguration()
Returns a list of the used php configuration.
public
getPhpConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed> —getPhpExtensions()
Returns a list of available php extensions.
public
getPhpExtensions() : array<string|int, mixed>
Return values
array<string|int, mixed> —getPhpVersion()
Returns the php version.
public
getPhpVersion() : string
Return values
string —getWebserver()
Returns the software name that is used for the web server.
public
getWebserver() : string