W3cubDocs

/PHP

finfo_close

(PHP >= 5.3.0, PECL fileinfo >= 0.1.0)

finfo_closeClose fileinfo resource

Description

finfo_close ( resource $finfo ) : bool

This function closes the resource opened by finfo_open().

Parameters

finfo

Fileinfo resource returned by finfo_open().

Return Values

Returns true on success or false on failure.

© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.finfo-close.php