Skip to content

Instantly share code, notes, and snippets.

@Pictor13
Created January 11, 2023 00:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pictor13/db2905f60fa4caf18270c96034eb1bcd to your computer and use it in GitHub Desktop.
Save Pictor13/db2905f60fa4caf18270c96034eb1bcd to your computer and use it in GitHub Desktop.
PHP Cli
```
#### PHP information
php -v
php -r 'phpinfo();'
#### Find user running PHP Cli on a Kubernetes deployment
k exec deploy/vergabeplattform app -- php -r '$ot=[];exec("id", $ot);var_export($ot);'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment