vrana Tue Mar 28 13:30:21 2006 UTC
Modified files:
/phpdoc/en/reference/fileinfo/functions finfo-close.xml
Log:
Object destructor is practically the same
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/fileinfo/functions/finfo-close.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/fileinfo/functions/finfo-close.xml
diff -u phpdoc/en/reference/fileinfo/functions/finfo-close.xml:1.1
phpdoc/en/reference/fileinfo/functions/finfo-close.xml:1.2
--- phpdoc/en/reference/fileinfo/functions/finfo-close.xml:1.1 Thu Mar 9
14:15:41 2006
+++ phpdoc/en/reference/fileinfo/functions/finfo-close.xml Tue Mar 28
13:30:20 2006
@@ -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>.