labcake/system

Quick and easy to use functions for PHP

dev-master 2018-05-28 17:36 UTC

This package is not auto-updated.

Last update: 2024-04-14 03:48:36 UTC


README

Easy to use quick functions for PHP

Usage example

System::is_cli();
System::is_https();
System::is_windows();
System::is_unix();

System::get_os();

Documentation not yet complete