Finds out if PHP-CLI was started with adminstrative privileges. (Ubuntu + Windows)
public static
check(): boolean
Checks weather the PHP-CLI process is running as an admin. Only checks on the first call, further calls get a cached result.
Weather the process was run as admin or not.
refresh(): boolean
Cleares the check() cache and calls check again then returns its new value.