putenv -- Set the value of an environment variable.
Adds setting to the environment.
Example 1. Setting an Environment Variable
putenv("UNIQID=$uniqid");