PHP code example of sofiakb / php-support
1. Go to this page and download the library: Download sofiakb/php-support library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
sofiakb / php-support example snippets
)
[comment]: <> (use Sofiakb\DetectOS\System;)
[comment]: <> (// Get os with)
[comment]: <> ($os = System::getOS();)
[comment]: <> (// Verify os with)
[comment]: <> (System::isLinux();)
[comment]: <> (System::isMac();)
[comment]: <> (System::isWindows();)
[comment]: <> (
shell
composer