设定系统环境变数。
语法: void putenv(string setting);
传回值: 无
函式种类: PHP 系统功能
本函式用来设定系统环境变数。
设定 Oracle 资料库需使用的环境变数 NLS_LANG,传回资料含中文 BIG5 码。<?putenv("NLS_LANG=american_taiwan.zht16big5");?>