Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
LdapTools
Security
Acl
Dacl
canonicalize
LdapTools\Security\Acl\Dacl::canonicalize PHP Method
Dacl Class Documentation
ファイルを表示
Open project: ldaptools/ldaptools
canonicalize()
public
method
Forces the ACEs into canonical form. You can check if it is not in canonical form with the isCanonical method.
public
canonicalize
( )
public function canonicalize() { $this->aces = $this->orderAcesCanonically(); return $this; }
Dacl
canonicalize
getAllowedAceType
getSddlIdentifier
isCanonical
orderAcesCanonically
toBinary
toSddl