GoLang finfo_close

request it (333)
GoLang replacement for PHP's finfo_close [edit | history]



Do you know a GoLang replacement for PHP's finfo_close? Write it!

PHP finfo_close

PHP original manual for finfo_close [ show | php.net ]

finfo_close

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

finfo_closeClose fileinfo resource

Description

bool finfo_close ( resource $finfo )

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.