Supported Versions: PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL fileinfo >= 0.1.0
Return information about a string buffer
<?php finfo_buffer(    finfo $finfo,    string $string,    int $flags = FILEINFO_NONE,    ?resource $context = null): string|false