putenv
Syntax
void putenv(string setting);
Popis
Príkaz jazyka
PHP
nastaví hodnotu systémovej premennej.
Príklad
putenv
(
"UNIQID=
$uniqid"
)
;