Using getenv() : getenv « Utility Function « PHP






Using getenv()

 
<?php
$path = getenv('PATH');
?>
  
  

Related examples in the same category