void putenv
Adds setting to the environment.
Example 1. Setting an Environment Variable
putenv("UNIQID=$uniqid");