cwang Posted August 12, 2008 Share Posted August 12, 2008 Hello, I am trying to grab the user name in my working environment but I can't manage to do so. I am writing a command line script that relates to RCS check in and check out. When you type "env" in terminal window, you see the "user" variable. That is what I want. There must be some system call in php that would allow me to do this, right? Any help would be greatly appreciated. Christine Link to comment https://forums.phpfreaks.com/topic/119314-how-php-grab-command-line-env-user/ Share on other sites More sharing options...
trq Posted August 12, 2008 Share Posted August 12, 2008 $_ENV['user'] Link to comment https://forums.phpfreaks.com/topic/119314-how-php-grab-command-line-env-user/#findComment-614612 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.