You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo (new Domain('www.xn--bb-bjab.example.com'))->toAscii() // www.bébé.example.com
147
149
~~~
@@ -348,9 +350,27 @@ namespace Pdp;
348
350
349
351
final class TopLevelDomains implements Countable, IteratorAggregate
350
352
{
351
-
public static function createFromPath(string $path, $context = null, int $asciiIDNAOption = IDNA_DEFAULT, int $unicodeIDNAOption = IDNA_DEFAULT): Rules
352
-
public static function createFromString(string $content, int $asciiIDNAOption = IDNA_DEFAULT, int $unicodeIDNAOption = IDNA_DEFAULT): Rules
353
-
public function __construct(array $records, string $version, DateTimeInterface $modifiedDate, int $asciiIDNAOption = IDNA_DEFAULT, int $unicodeIDNAOption = IDNA_DEFAULT)
0 commit comments