PHP_OS: The operating system using PHP : Php Environment « Development « PHP






PHP_OS: The operating system using PHP

<?
echo "<br>This test is being run on ".PHP_OS;
?>
           
       








Related examples in the same category

1.A script to test phpinfo()
2.PHP_VERSION: The version of PHP in use
3.Get Php environment information