phpDocumentor

ServerDetails

Class ServerDetails

Table of Contents

$mysql  : MysqlServerDetails
$os  : string
$php  : PhpServerDetails
$webserver  : string
__construct()  : mixed
ServerDetails constructor.
create()  : ServerDetails
Creates and returns a new ServerDetails instance.
mysql()  : MysqlServerDetails
Returns the mysql details.
os()  : string
Returns the name of the operating system.
php()  : PhpServerDetails
Returns the php details.
webserver()  : string
Returns the software name that is used for the web server.

Properties

Methods

os()

Returns the name of the operating system.

public os() : string
Return values
string

webserver()

Returns the software name that is used for the web server.

public webserver() : string
Return values
string

Search results