(PHP >= 5.3.0, PHP 7, PHP 8, PECL fileinfo >= 0.1.0)
finfo_close — Close finfo instance
This function has been DEPRECATED as of PHP 8.5.0. Relying on this function is highly discouraged.
This function used to close the instance opened by finfo_open() until PHP 7.4, but it's a no-op since the finfo resource to object conversion done in PHP 8.0, and has been deprecated in PHP 8.5.
finfoAn finfo instance, returned by finfo_open().
Always returns true.