<?xml version="1.0"?><phpdoc><class name="XML_Parser" extends="PEAR" undoc="false" access="private"><file>c:/www/apache/doc2//pear/XML/Parser.php</file><doc><author email="ssb@fast.no">Stig Bakken</author><inherited src="Array"/><description>emulation of destructors.If you want a destructor in your class, inherit PEAR and make adestructor method called _yourclassname (same name as theconstructor, but with a &amp;quot;_&amp;quot; prefix).  Also, in your constructor youhave to call the PEAR constructor: &amp;lt;code&amp;gt;$this-&amp;gt;PEAR();&amp;lt;/code&amp;gt;.The destructor method will be called without parameters.  Note thatat in some SAPI implementations (such as Apache), any output duringthe request shutdown (in which destructors are called) seems to bediscarded.  If you need to get any debug information from yourdestructor, use &amp;lt;code&amp;gt;error_log()&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;syslog()&amp;lt;/code&amp;gt; orsomething like that instead.</description><shortdescription>Base class for other PEAR classes.  Provides rudimentary</shortdescription><since>PHP 4.0.2</since></doc><function name="XML_Parser" undoc="true" access="public"><doc><parameter name="$charset" type="string" undoc="true"/><return type="void"/></doc></function><function name="setInputFile" undoc="true" access="private"><doc><parameter name="$file" undoc="true"/><return type="void"/></doc></function><function name="setInput" undoc="true" access="private"><doc><parameter name="$fp" undoc="true"/><return type="void"/></doc></function><function name="parse" undoc="true" access="private"><doc><return type="void"/></doc></function><function name="parseString" undoc="true" access="private"><doc><parameter name="$data" undoc="true"/><parameter name="$eof" type="boolean" undoc="true"/><return type="void"/></doc></function><function name="XML_Parser_Error" undoc="true" access="private"><doc><parameter name="$msgorparser" type="string" undoc="true"/><parameter name="$code" type="integer" undoc="true"/><parameter name="$mode" type="string" undoc="true"/><parameter name="$level" type="string" undoc="true"/><return type="void"/></doc></function><variable name="$parser" access="private" type="unknown"><doc></doc></variable><variable name="$fp" access="private" type="unknown"><doc></doc></variable><variable name="$folding" access="private" type="boolean">true<doc></doc></variable><variable name="$error_message_prefix" access="private" type="string">&amp;apos;XML_Parser: &amp;apos;<doc></doc></variable><inherited src="PEAR" type="functions"><element>pear</element><element>_pear</element><element>iserror</element><element>_pear_call_destructors</element></inherited><inherited src="PEAR" type="variables"><element>$_debug</element></inherited><inherited src="PEAR" type="consts"><element>pear_error_return</element><element>pear_error_print</element><element>pear_error_trigger</element><element>pear_error_die</element><element>pear_error_callback</element><element>php_bindir</element><element>pear_install_dir</element><element>pear_extension_dir</element></inherited><path><parent>PEAR</parent></path><baseclass>PEAR</baseclass></class></phpdoc>
