2017 © Pedro Peláez
 

library os

Package to detect server operating system and its data-path width processor.

image

brownpaperbag/os

Package to detect server operating system and its data-path width processor.

  • Wednesday, November 5, 2014
  • by eagostini
  • Repository
  • 6 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Presentation

Package to detect server operating system and its data-path width processor., (*1)

<?php

use BrownPaperBag\OS;

if(OS::isWindows()){

    // Do something for Windows...

}
else{ // Doing something for Linux or Mac

    if(OS::is32bit()){

        // Do something for 32bit processor... 

    }
    else{

        // Do something for 64bit processor...

    }

}

License

MIT, (*2)

The Versions

05/11 2014

dev-master

9999999-dev

Package to detect server operating system and its data-path width processor.

  Sources   Download

MIT

The Requires

  • php >=5.0.2

 

by Eduardo Agostini

system detect 64bit operating 32bit

05/11 2014

1.0.0

1.0.0.0

Package to detect server operating system and its data-path width processor.

  Sources   Download

MIT

The Requires

  • php >=5.0.2

 

by Eduardo Agostini

system detect 64bit operating 32bit