finfo_closeClose finfo instance Warning
This function has been DEPRECATED as of PHP 8.5.0. Relying on this function is highly discouraged. Description
#[\Deprecated]
true finfo_close(finfo
$finfo)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. Parameters
Return Values
Always returns Changelog
|