Butterfly
  • Butterfly
  • Introduction
  • Changelog
  • Admin Panel
  • Audit Logs
  • Cloud
  • Commands
  • Data Manager
  • Data Types
  • Database
  • Designs
  • Introduction
  • Features
  • File Storage
  • Frontend
  • Generators
  • Helpers
  • Installation
  • Items
  • Migrations
  • Modules
  • Notification
  • Performance
  • Queue
  • Security
  • Settings
  • Smarty Helpers
  • Streams
  • Testing
  • Tutorials
  • Upgrade
  • Usage of Validator
  • Webservice
  • Swagger API Documentation Generator
  • CLI Commands
Powered by GitBook
On this page
  • Server
  • isWindows

Helpers

Server

Server Helpers are used to access system informations.

isWindows

Returns true if the operating system of Server is Windows, returns false otherwise.

Example:

$helper = new \Butterfly\Framework\Helper\Server();
$isWindows = $helper->isWindows();
PreviousGeneratorsNextInstallation

Last updated 3 years ago