PHP-CLI $ _ENV ['APACHE_RUN_USER'] Eşdeğer

0 Cevap php

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.

Teşekkürler.

0 Cevap