Home
last modified time | relevance | path

Searched refs:sortedlc (Results 1 – 1 of 1) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOptions.php133 …* @param bool $sortedlc Used for comparison, as both case and order of options are irrelevant for …
136 public function toString(bool $sortedlc = false): string argument
139 if ($sortedlc) {
145 … $options .= ($options === '') ? $option->toString($sortedlc) : ';' . $option->toString($sortedlc);