PHP code example of sofiakb / php-utils

1. Go to this page and download the library: Download sofiakb/php-utils 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-utils example snippets

)

[comment]: <> (//use Sofiakb\DetectOS\System;)

[comment]: <> (// Get os with)

[comment]: <> (//$os = System::getOS&#40;&#41;;)

[comment]: <> (// Verify os with)

[comment]: <> (//System::isLinux&#40;&#41;;)

[comment]: <> (//System::isMac&#40;&#41;;)

[comment]: <> (//System::isWindows&#40;&#41;;)

[comment]: <> (