Searched refs:sortedlc (Results 1 – 1 of 1) sorted by relevance
133 …* @param bool $sortedlc Used for comparison, as both case and order of options are irrelevant for …136 public function toString(bool $sortedlc = false): string argument139 if ($sortedlc) {145 … $options .= ($options === '') ? $option->toString($sortedlc) : ';' . $option->toString($sortedlc);