PHP/Utility Function/getenv

Материал из Web эксперт
Перейти к: навигация, поиск

Using getenv()

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