PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Md Mazaharul   Identify PC   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: how to use the class
Class: Identify PC
Get the computer Mac address on Windows
Author: By
Last change:
Date: 10 years ago
Size: 91 bytes
 

Contents

Class file image Download
<?php
include "info.php";

$get_find = new identifyPc();
echo
$get_find ->getMac();
?>