finfo_close

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

finfo_closeClose fileinfo resource

Beskrivelse

bool finfo_close ( resource $finfo )

This function closes the resource opened by finfo_open().

Parametre

finfo

Fileinfo resource returned by finfo_open().

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top