This class is for easily building a user account control value. https://support.microsoft.com/en-us/kb/305144
Esempio n. 1
0
 protected function accountControl($options)
 {
     $accountControl = new AccountControl($options);
     return intval($accountControl->getAttribute('value'));
 }