PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP OS Class   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP OS Class
Determine the server operating system type
Author: By
Last change: Apply fixes from StyleCI
Date: 5 years ago
Size: 98 bytes
 

Contents

Class file image Download
<?php

require_once 'classes/OperatingSystem.php';

$os = new OperatingSystem();
echo
$os->get();