finfo_close
finfo::__destruct
(PHP >= 5.3.0, PECL fileinfo >= 0.1.0)
finfo_close -- finfo::__destruct — Close fileinfo resource
Description
Procedural style
bool finfo_close
( resource $finfo
)
Object oriented style
finfo::__destruct
( void
)
This function closes the resource opened by finfo_open().
Return Values
Returns TRUE on success or FALSE on failure.




