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