开发者

Php putenv() question

开发者 https://www.devze.com 2023-01-31 12:05 出处:网络
I am new to php. Can anyone give a good defi开发者_高级运维nition or example when to use putenv() in php? Thanks.The putenv function inside of PHP is used to set an environment variable inside the $_E

I am new to php. Can anyone give a good defi开发者_高级运维nition or example when to use putenv() in php? Thanks.


The putenv function inside of PHP is used to set an environment variable inside the $_ENV[] global array. check out the php manual for more info: http://php.net/manual/en/function.putenv.php

Hope that helps, RayQuang

0

精彩评论

暂无评论...
验证码 换一张
取 消