Oihana PHP

isMac.php

Table of Contents

Functions

isMac()  : bool
Indicates if the OS system is Mac.

Functions

isMac()

Indicates if the OS system is Mac.

isMac() : bool
Tags
example
use function oihana\core\env\isMac;

if ( isMac() )
{
    echo "Mac environment\n";
}
author

Marc Alcaraz (ekameleon)

since
1.0.0
Return values
bool

true if running on Mac, false otherwise


        
On this page

Search results