2010-03-28 22:10:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 09:19:14 +00:00
|
|
|
<!-- $Revision$ -->
|
2006-01-31 16:15:41 +00:00
|
|
|
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<refentry xml:id="function.xmlwriter-open-memory" xmlns="http://docbook.org/ns/docbook">
|
2006-01-31 16:15:41 +00:00
|
|
|
<refnamediv>
|
2007-01-30 21:06:02 +00:00
|
|
|
<refname>XMLWriter::openMemory</refname>
|
2011-06-02 02:16:23 +00:00
|
|
|
<refname>xmlwriter_open_memory</refname>
|
2006-01-31 16:15:41 +00:00
|
|
|
<refpurpose>Create new xmlwriter using memory for string output</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
<refsect1 role="description">
|
|
|
|
&reftitle.description;
|
2009-02-16 11:49:35 +00:00
|
|
|
<para>&style.oop;</para>
|
2007-01-01 15:23:53 +00:00
|
|
|
<classsynopsis>
|
|
|
|
<ooclass><classname>XMLWriter</classname></ooclass>
|
|
|
|
<methodsynopsis>
|
|
|
|
<type>bool</type><methodname>openMemory</methodname>
|
|
|
|
<void/>
|
|
|
|
</methodsynopsis>
|
|
|
|
</classsynopsis>
|
2009-02-16 09:46:05 +00:00
|
|
|
<para>&style.procedural;</para>
|
2006-01-31 16:15:41 +00:00
|
|
|
<methodsynopsis>
|
|
|
|
<type>resource</type><methodname>xmlwriter_open_memory</methodname>
|
|
|
|
<void/>
|
|
|
|
</methodsynopsis>
|
2007-01-01 15:23:53 +00:00
|
|
|
<para>
|
2009-02-16 09:46:05 +00:00
|
|
|
Creates a new <classname>XMLWriter</classname> using memory for string output.
|
2007-01-01 15:23:53 +00:00
|
|
|
</para>
|
2006-01-31 16:15:41 +00:00
|
|
|
</refsect1>
|
|
|
|
<refsect1 role="parameters">
|
|
|
|
&reftitle.parameters;
|
|
|
|
<para>
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
2007-01-01 15:23:53 +00:00
|
|
|
|
2006-01-31 16:15:41 +00:00
|
|
|
<refsect1 role="returnvalues">
|
|
|
|
&reftitle.returnvalues;
|
|
|
|
<para>
|
2009-02-16 11:49:35 +00:00
|
|
|
&style.oop;: &return.success;
|
2006-01-31 16:15:41 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2009-02-16 11:49:35 +00:00
|
|
|
&style.procedural;: Returns a new xmlwriter &resource; for later use with the
|
2007-01-01 15:23:53 +00:00
|
|
|
xmlwriter functions on success, &false; on error.
|
2006-01-31 16:15:41 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="seealso">
|
|
|
|
&reftitle.seealso;
|
|
|
|
<para>
|
|
|
|
<simplelist>
|
2009-05-28 10:54:05 +00:00
|
|
|
<member><methodname>XMLWriter::openURI</methodname></member>
|
2006-01-31 16:15:41 +00:00
|
|
|
</simplelist>
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
</refentry>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2006-01-31 16:15:41 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|