(PHP 3, PHP 4 )
void putenv (string setting)
void putenv
Adds setting to the server environment.
Example 1. Setting an Environment Variable
putenv ("UNIQID=$uniqid");