Skip to content

Instantly share code, notes, and snippets.

@iambriansreed
Created September 1, 2016 22:12
Show Gist options
  • Save iambriansreed/560d77460d9ac8bf9801e802ee8a1b7a to your computer and use it in GitHub Desktop.
Save iambriansreed/560d77460d9ac8bf9801e802ee8a1b7a to your computer and use it in GitHub Desktop.
echo '<pre>' . print_r(array('user' => posix_getpwuid(posix_getuid()), 'group' => posix_getgrgid(posix_getgid())), 1) .'</pre>'; exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment