mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
finfo_close is not called when destructing object
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323454 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4cb4824d50
commit
9ad9b79675
1 changed files with 0 additions and 7 deletions
|
@ -4,21 +4,14 @@
|
|||
<refentry xml:id="function.finfo-close" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>finfo_close</refname>
|
||||
<refname>finfo::__destruct</refname>
|
||||
<refpurpose>Close fileinfo resource</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<para>&style.procedural;</para>
|
||||
<methodsynopsis role="procedural">
|
||||
<type>bool</type><methodname>finfo_close</methodname>
|
||||
<methodparam><type>resource</type><parameter>finfo</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>&style.oop;</para>
|
||||
<destructorsynopsis>
|
||||
<methodname>finfo::__destruct</methodname>
|
||||
<void/>
|
||||
</destructorsynopsis>
|
||||
|
||||
<para>
|
||||
This function closes the resource opened by <function>finfo_open</function>.
|
||||
|
|
Loading…
Reference in a new issue