putenv

(PHP 3, PHP 4 )

putenv -- Set the value of an environment variable.

Description

void putenv (string setting)

Adds setting to the server environment.

Esempio 1. Setting an Environment Variable


putenv ("UNIQID=$uniqid");