didou Mon Jan 1 15:33:00 2007 UTC
Modified files:
/phpdoc/en language-snippets.ent
Log:
Add new entity for XMLWriter
http://cvs.php.net/viewvc.cgi/phpdoc/en/language-snippets.ent?r1=1.175&r2=1.176&diff_format=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.175
phpdoc/en/language-snippets.ent:1.176
--- phpdoc/en/language-snippets.ent:1.175 Fri Oct 6 03:31:27 2006
+++ phpdoc/en/language-snippets.ent Mon Jan 1 15:32:59 2007
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.175 $ -->
+<!-- $Revision: 1.176 $ -->
<!-- Keep 'em sorted -->
@@ -669,3 +669,8 @@
<!ENTITY link.http.request.options '<link
linkend="http.request.options">Request options</link>'>
<!ENTITY link.http.request.info '<link
linkend="http.request.info">Request/response information</link>'>
<!ENTITY returns.http.response 'Returns the HTTP response(s) as string on
success, or FALSE on failure.'>
+
+<!-- XMLWriter Notes -->
+<!ENTITY xmlwriter.xmlwriter.description '<varlistentry><term><parameter>
+xmlwriter</parameter></term><listitem><para>Only for procedural calls.
+The XMLWriter <type>resource</type> that is being modified. This resource
comes from a call to <function>xmlwriter_open_uri</function> or
<function>xmlwriter_open_memory</function>.</para></listitem></varlistentry>'>