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