PHP 8.4.0 Beta 5 available for testing

The Win32Service\RightInfo class

(PECL win32service >=1.1.0)

Introduction

The Win32Service\RightInfo internal class encapsulates the result of win32_read_right_access_service().

Class synopsis

final class Win32Service\RightInfo {
/* Methods */
final private __construct()
final public getDomain(): ?string
final public getFullUsername(): ?string
final public getRights(): array
final public getUsername(): ?string
final public isDenyAccess(): bool
final public isGrantAccess(): bool
}

Table of Contents

add a note

User Contributed Notes

There are no user contributed notes for this page.