Ben CLI arabirimi bir PHP komut dosyası koşuyorum.
How can I get the running user name like when I'm in Apache ( $_ENV['APACHE_RUN_USER'] )? At now I'm using exec('whoami'), but is not platform-indipendent.
$_ENV['APACHE_RUN_USER']
exec('whoami')
Teşekkürler.