sscanf
Astrotomic/php-twemoji
Supported Versions: PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8
Parses input from a string according to a format
<?php sscanf
(
string $string
,
string $format
,
mixed
&...
$vars
): array|
int
|
null