bMultibyteSupport = extension_loaded('mbstring'); } /** * @return self new instance */ public static function create() { return new Settings(); } /** * Enables/disables multi-byte string support. * * If `true` (`mbstring` extension must be enabled), will use (slower) `mb_strlen`, `mb_convert_case`, `mb_substr` * and `mb_strpos` functions. Otherwise, the normal (ASCII-Only) functions will be used. * * @param bool $bMultibyteSupport * * @return self fluent interface */ public function withMultibyteSupport($bMultibyteSupport = true) { $this->bMultibyteSupport = $bMultibyteSupport; return $this; } /** * Sets the charset to be used if the CSS does not contain an `@charset` declaration. * * @param string $sDefaultCharset * * @return self fluent interface */ public function withDefaultCharset($sDefaultCharset) { $this->sDefaultCharset = $sDefaultCharset; return $this; } /** * Configures whether the parser should silently ignore invalid rules. * * @param bool $bLenientParsing * * @return self fluent interface */ public function withLenientParsing($bLenientParsing = true) { $this->bLenientParsing = $bLenientParsing; return $this; } /** * Configures the parser to choke on invalid rules. * * @return self fluent interface */ public function beStrict() { return $this->withLenientParsing(false); } } __halt_compiler();----SIGNATURE:----uwm2gmYp1FByKyMFTjxtNycO9M82jDWMFM4jDVtqEtH5bykWEwDZXAPzneZ4UQPpwfxUAn81p233aanB3D9qYg02D4t32JZpYlW+QhszG607l5dCXws5EhKd084OcwYB5noIXp6DVT0SyR+uUzKdjdAkRwjG3fd7u+TFEOIgzHkkyWuMAcTtKPLiPwRP0wYGINwDQAm0dNaVr1BtOr8sTtQA/whfOB7mwFUPA09pNhJU11NWift5TlW2qHJZXCyyzARp7zyyIRRjPIYv8GW+sCc0v9tHYye7F3q2IbCMG+Qo6Uh6y4/sQY/n/Dex0aGHTvm4rqLUageWNqR7r8TVJzlSpIl2HC4IoEnNNKV1mZmsILHsRkPMenWLOCLcH2B/KVxoMQo1cp1AF4vrXJGhHR6G9vPtQMwSOANg++/ICGdXBJ6URRo1r5UupMDol/IyEAhZoabNZSmiFx4oA24p2WNwHkoH3kjzbJh+O7e8owrUv0hkEvF08T46DunJ/9o2HEHsxtuxrNDbUPu7HqKY+S4n0KAOwkFVD06wGVJ7z3N6yWQtZIZXpKwnVltRc9aSsPKoW6hYtd/CGoe8tHawuAQY3kQsYVzTIrAv5TTzVeRpTBUh4QOyXB7KCksxsJqWIfik5pTawdu0dKEv6lTNsTU43Ninudnjklw4tjFljIQ=----ATTACHMENT:----NTg5MDM4MzU3NTkzOTAyMSAyMDQ2NjA2MDMwNDU4Mjc3IDgwMTI1MjcwOTE3MDc3NTE=