Helpers
Server
Server Helpers are used to access system informations.
isWindows
isWindows
Returns true
if the operating system of Server is Windows, returns false
otherwise.
Example:
$helper = new \Butterfly\Framework\Helper\Server();
$isWindows = $helper->isWindows();
Last updated