For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > January 2006 > cvs: phpdoc /en/reference/xmlwriter/functions xmlwriter-open-uri.xml xmlwriter-start-









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/xmlwriter/functions xmlwriter-open-uri.xml xmlwriter-start-
Jakub Vrana

2006-01-31, 6:56 pm

vrana Tue Jan 31 16:28:55 2006 UTC

Modified files:
/phpdoc/en/reference/xmlwriter/functions xmlwriter-open-uri.xml
xmlwriter-start-document.xml
xmlwriter-start-dtd.xml
xmlwriter-write-dtd.xml
Log:
Fix parameters

http://cvs.php.net/viewcvs.cgi/phpd...2&diff_format=u
Index: phpdoc/en/reference/xmlwriter/functions/xmlwriter-open-uri.xml
diff -u phpdoc/en/reference/xmlwriter/functions/xmlwriter-open-uri.xml:1.1 phpdoc/en/reference/xmlwriter/functions/xmlwriter-open-uri.xml:1.2
--- phpdoc/en/reference/xmlwriter/functions/xmlwriter-open-uri.xml:1.1 Tue Jan 31 16:15:41 2006
+++ phpdoc/en/reference/xmlwriter/functions/xmlwriter-open-uri.xml Tue Jan 31 16:28:55 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.4. Found in /scripts directory of phpdoc. -->
<refentry id="function.xmlwriter-open-uri">
<refnamediv>
@@ -10,7 +10,6 @@
&reftitle.description;
<methodsynopsis>
<type>resource</type><methodname>xmlwriter_open_uri</methodname>
- <methodparam><type>resource</type><parameter>xmlwriter</parameter></methodparam>
<methodparam><type>string</type><parameter>source</parameter></methodparam>
</methodsynopsis>

@@ -22,14 +21,6 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>xmlwriter</parameter></term>
- <listitem>
- <para>
- Its description
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term><parameter>source</parameter></term>
<listitem>
<para>
http://cvs.php.net/viewcvs.cgi/phpd...2&diff_format=u
Index: phpdoc/en/reference/xmlwriter/functions/xmlwriter-start-document.xml
diff -u phpdoc/en/reference/xmlwriter/functions/xmlwriter-start-document.xml:1.1 phpdoc/en/reference/xmlwriter/functions/xmlwriter-start-document.xml:1.2
--- phpdoc/en/reference/xmlwriter/functions/xmlwriter-start-document.xml:1.1 Tue Jan 31 16:15:41 2006
+++ phpdoc/en/reference/xmlwriter/functions/xmlwriter-start-document.xml Tue Jan 31 16:28:55 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.4. Found in /scripts directory of phpdoc. -->
<refentry id="function.xmlwriter-start-document">
<refnamediv>
@@ -11,9 +11,9 @@
<methodsynopsis>
<type>bool</type><methodname>xmlwriter_start_document</methodname>
<methodparam><type>resource</type><parameter>xmlwriter</parameter></methodparam>
- <methodparam><type>string</type><parameter>version</parameter></methodparam>
- <methodparam><type>string</type><parameter>encoding</parameter></methodparam>
- <methodparam><type>string</type><parameter>standalone</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>version</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>standalone</parameter></methodparam>
</methodsynopsis>

&warn.undocumented.func;
http://cvs.php.net/viewcvs.cgi/phpd...2&diff_format=u
Index: phpdoc/en/reference/xmlwriter/functions/xmlwriter-start-dtd.xml
diff -u phpdoc/en/reference/xmlwriter/functions/xmlwriter-start-dtd.xml:1.1 phpdoc/en/reference/xmlwriter/functions/xmlwriter-start-dtd.xml:1.2
--- phpdoc/en/reference/xmlwriter/functions/xmlwriter-start-dtd.xml:1.1 Tue Jan 31 16:15:41 2006
+++ phpdoc/en/reference/xmlwriter/functions/xmlwriter-start-dtd.xml Tue Jan 31 16:28:55 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.4. Found in /scripts directory of phpdoc. -->
<refentry id="function.xmlwriter-start-dtd">
<refnamediv>
@@ -12,8 +12,8 @@
<type>bool</type><methodname>xmlwriter_start_dtd</methodname>
<methodparam><type>resource</type><parameter>xmlwriter</parameter></methodparam>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
- <methodparam><type>string</type><parameter>pubid</parameter></methodparam>
- <methodparam><type>string</type><parameter>sysid</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>pubid</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>sysid</parameter></methodparam>
</methodsynopsis>

&warn.undocumented.func;
http://cvs.php.net/viewcvs.cgi/phpd...2&diff_format=u
Index: phpdoc/en/reference/xmlwriter/functions/xmlwriter-write-dtd.xml
diff -u phpdoc/en/reference/xmlwriter/functions/xmlwriter-write-dtd.xml:1.1 phpdoc/en/reference/xmlwriter/functions/xmlwriter-write-dtd.xml:1.2
--- phpdoc/en/reference/xmlwriter/functions/xmlwriter-write-dtd.xml:1.1 Tue Jan 31 16:15:41 2006
+++ phpdoc/en/reference/xmlwriter/functions/xmlwriter-write-dtd.xml Tue Jan 31 16:28:55 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.4. Found in /scripts directory of phpdoc. -->
<refentry id="function.xmlwriter-write-dtd">
<refnamediv>
@@ -12,9 +12,9 @@
<type>bool</type><methodname>xmlwriter_write_dtd</methodname>
<methodparam><type>resource</type><parameter>xmlwriter</parameter></methodparam>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
- <methodparam><type>string</type><parameter>pubid</parameter></methodparam>
- <methodparam><type>string</type><parameter>sysid</parameter></methodparam>
- <methodparam><type>string</type><parameter>subset</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>pubid</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>sysid</parameter></methodparam>
+ <methodparam choice="opt"><type>string</type><parameter>subset</parameter></methodparam>
</methodsynopsis>

&warn.undocumented.func;
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com