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