private function isRunningAsRoot() : bool { return function_exists('posix_getuid') && posix_getuid() === 0; }