mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Object destructor is practically the same
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210306 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f37251e6cd
commit
edfc278356
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.finfo-close">
|
||||
<refnamediv>
|
||||
|
@ -12,6 +12,13 @@
|
|||
<type>bool</type><methodname>finfo_close</methodname>
|
||||
<methodparam><type>resource</type><parameter>finfo</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>finfo</classname></ooclass>
|
||||
<destructorsynopsis>
|
||||
<methodname>__destruct</methodname>
|
||||
<void/>
|
||||
</destructorsynopsis>
|
||||
</classsynopsis>
|
||||
|
||||
<para>
|
||||
This function closes the resource opened by <function>finfo_open</function>.
|
||||
|
|
Loading…
Reference in a new issue