Skip to content

Instantly share code, notes, and snippets.

@ozzpy
Created March 19, 2019 15:37
Show Gist options
  • Save ozzpy/676955abe80885f96b31c6b2e2b97918 to your computer and use it in GitHub Desktop.
Save ozzpy/676955abe80885f96b31c6b2e2b97918 to your computer and use it in GitHub Desktop.
uid-php
$username = posix_getpwuid(posix_geteuid())['name'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment