mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fix proto (spotted by Matthew Peters)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207857 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7166c90417
commit
4d05f0794c
1 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.SDO-DAS-XML-createDocument">
|
||||
<refnamediv>
|
||||
|
@ -13,7 +13,11 @@
|
|||
<methodsynopsis>
|
||||
<type>SDO_DAS_XML_Document</type><methodname>SDO_DAS_XML::createDocument</methodname>
|
||||
<methodparam choice="opt"><type>string</type><parameter>document_element_name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>document_element_namespace_URI</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<type>SDO_DAS_XML_Document</type><methodname>SDO_DAS_XML::createDocument</methodname>
|
||||
<methodparam><type>string</type><parameter>document_element_namespace_URI</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>document_element_name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
&warn.experimental.func;
|
||||
|
|
Loading…
Reference in a new issue