网站首页

>>

PHP初级教程手册


函数:putenv()



putenv

配置系统环境变量。

语法: void putenv(string setting);

返回值:

函数种类: PHP 系统功能

内容说明

本函数用来配置系统环境变量。

使用范例

配置 Oracle 数据库需使用的环境变量 NLS_LANG,返回资料含中文 BIG5 码。

<?
putenv
("NLS_LANG=american_taiwan.zht16big5");
?>



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|