class CurrentOS

Get information about the current operating system

Methods

static bool
isWindows()

Determine if the system runs Windows, including if PHP is built for Cygwin (but not WSL)

static bool
isPureWindows()

Determine if the system runs Windows, with PHP built natively (ie not for Cygwin).

static bool
isBSD()

No description

Details

at line 15
static bool isWindows()

Determine if the system runs Windows, including if PHP is built for Cygwin (but not WSL)

Return Value

bool

at line 23
static bool isPureWindows()

Determine if the system runs Windows, with PHP built natively (ie not for Cygwin).

Return Value

bool

at line 27
static bool isBSD()

No description

Return Value

bool