1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-26 00:32:19 +01:00

Add missing modifier information. Patch by Jeff Welch <whatthejeff@gmail.com>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330543 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sebastian Bergmann
2013-06-18 05:36:30 +00:00
parent 2d4522e60b
commit 656d1610af
385 changed files with 413 additions and 328 deletions

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodname>DOMAttr::__construct</methodname>
<modifier>public</modifier> <methodname>DOMAttr::__construct</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
</methodsynopsis>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>DOMAttr::isId</methodname>
<modifier>public</modifier> <type>bool</type><methodname>DOMAttr::isId</methodname>
<void/>
</methodsynopsis>
<para>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodname>DOMComment::__construct</methodname>
<modifier>public</modifier> <methodname>DOMComment::__construct</methodname>
<methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodname>DOMDocument::__construct</methodname>
<modifier>public</modifier> <methodname>DOMDocument::__construct</methodname>
<methodparam choice="opt"><type>string</type><parameter>version</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
</methodsynopsis>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMAttr</type><methodname>DOMDocument::createAttribute</methodname>
<modifier>public</modifier> <type>DOMAttr</type><methodname>DOMDocument::createAttribute</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMAttr</type><methodname>DOMDocument::createAttributeNS</methodname>
<modifier>public</modifier> <type>DOMAttr</type><methodname>DOMDocument::createAttributeNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>qualifiedName</parameter></methodparam>
</methodsynopsis>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMCDATASection</type><methodname>DOMDocument::createCDATASection</methodname>
<modifier>public</modifier> <type>DOMCDATASection</type><methodname>DOMDocument::createCDATASection</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMComment</type><methodname>DOMDocument::createComment</methodname>
<modifier>public</modifier> <type>DOMComment</type><methodname>DOMDocument::createComment</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMDocumentFragment</type><methodname>DOMDocument::createDocumentFragment</methodname>
<modifier>public</modifier> <type>DOMDocumentFragment</type><methodname>DOMDocument::createDocumentFragment</methodname>
<void/>
</methodsynopsis>
<para>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMElement</type><methodname>DOMDocument::createElement</methodname>
<modifier>public</modifier> <type>DOMElement</type><methodname>DOMDocument::createElement</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
</methodsynopsis>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMElement</type><methodname>DOMDocument::createElementNS</methodname>
<modifier>public</modifier> <type>DOMElement</type><methodname>DOMDocument::createElementNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>qualifiedName</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMEntityReference</type><methodname>DOMDocument::createEntityReference</methodname>
<modifier>public</modifier> <type>DOMEntityReference</type><methodname>DOMDocument::createEntityReference</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMProcessingInstruction</type><methodname>DOMDocument::createProcessingInstruction</methodname>
<modifier>public</modifier> <type>DOMProcessingInstruction</type><methodname>DOMDocument::createProcessingInstruction</methodname>
<methodparam><type>string</type><parameter>target</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>data</parameter></methodparam>
</methodsynopsis>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMText</type><methodname>DOMDocument::createTextNode</methodname>
<modifier>public</modifier> <type>DOMText</type><methodname>DOMDocument::createTextNode</methodname>
<methodparam><type>string</type><parameter>content</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMElement</type><methodname>DOMDocument::getElementById</methodname>
<modifier>public</modifier> <type>DOMElement</type><methodname>DOMDocument::getElementById</methodname>
<methodparam><type>string</type><parameter>elementId</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMNodeList</type><methodname>DOMDocument::getElementsByTagName</methodname>
<modifier>public</modifier> <type>DOMNodeList</type><methodname>DOMDocument::getElementsByTagName</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMNodeList</type><methodname>DOMDocument::getElementsByTagNameNS</methodname>
<modifier>public</modifier> <type>DOMNodeList</type><methodname>DOMDocument::getElementsByTagNameNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
</methodsynopsis>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMNode</type><methodname>DOMDocument::importNode</methodname>
<modifier>public</modifier> <type>DOMNode</type><methodname>DOMDocument::importNode</methodname>
<methodparam><type>DOMNode</type><parameter>importedNode</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>deep</parameter></methodparam>
</methodsynopsis>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>mixed</type><methodname>DOMDocument::load</methodname>
<modifier>public</modifier> <type>mixed</type><methodname>DOMDocument::load</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>DOMDocument::loadHTML</methodname>
<modifier>public</modifier> <type>bool</type><methodname>DOMDocument::loadHTML</methodname>
<methodparam><type>string</type><parameter>source</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>DOMDocument::loadHTMLFile</methodname>
<modifier>public</modifier> <type>bool</type><methodname>DOMDocument::loadHTMLFile</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>mixed</type><methodname>DOMDocument::loadXML</methodname>
<modifier>public</modifier> <type>mixed</type><methodname>DOMDocument::loadXML</methodname>
<methodparam><type>string</type><parameter>source</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>DOMDocument::normalizeDocument</methodname>
<modifier>public</modifier> <type>void</type><methodname>DOMDocument::normalizeDocument</methodname>
<void/>
</methodsynopsis>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>DOMDocument::registerNodeClass</methodname>
<modifier>public</modifier> <type>bool</type><methodname>DOMDocument::registerNodeClass</methodname>
<methodparam><type>string</type><parameter>baseclass</parameter></methodparam>
<methodparam><type>string</type><parameter>extendedclass</parameter></methodparam>
</methodsynopsis>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>DOMDocument::relaxNGValidate</methodname>
<modifier>public</modifier> <type>bool</type><methodname>DOMDocument::relaxNGValidate</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>DOMDocument::relaxNGValidateSource</methodname>
<modifier>public</modifier> <type>bool</type><methodname>DOMDocument::relaxNGValidateSource</methodname>
<methodparam><type>string</type><parameter>source</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>DOMDocument::save</methodname>
<modifier>public</modifier> <type>int</type><methodname>DOMDocument::save</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter></methodparam>
</methodsynopsis>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>DOMDocument::saveHTML</methodname>
<modifier>public</modifier> <type>string</type><methodname>DOMDocument::saveHTML</methodname>
<methodparam choice="opt"><type>DOMNode</type><parameter>node</parameter><initializer>NULL</initializer></methodparam>
</methodsynopsis>
<para>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>DOMDocument::saveHTMLFile</methodname>
<modifier>public</modifier> <type>int</type><methodname>DOMDocument::saveHTMLFile</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>DOMDocument::saveXML</methodname>
<modifier>public</modifier> <type>string</type><methodname>DOMDocument::saveXML</methodname>
<methodparam choice="opt"><type>DOMNode</type><parameter>node</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter></methodparam>
</methodsynopsis>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>DOMDocument::schemaValidate</methodname>
<modifier>public</modifier> <type>bool</type><methodname>DOMDocument::schemaValidate</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>DOMDocument::schemaValidateSource</methodname>
<modifier>public</modifier> <type>bool</type><methodname>DOMDocument::schemaValidateSource</methodname>
<methodparam><type>string</type><parameter>source</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>DOMDocument::validate</methodname>
<modifier>public</modifier> <type>bool</type><methodname>DOMDocument::validate</methodname>
<void/>
</methodsynopsis>
<para>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>DOMDocument::xinclude</methodname>
<modifier>public</modifier> <type>int</type><methodname>DOMDocument::xinclude</methodname>
<methodparam choice="opt"><type>int</type><parameter>options</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>DOMDocumentFragment::appendXML</methodname>
<modifier>public</modifier> <type>bool</type><methodname>DOMDocumentFragment::appendXML</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodname>DOMElement::__construct</methodname>
<modifier>public</modifier> <methodname>DOMElement::__construct</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>namespaceURI</parameter></methodparam>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>DOMElement::getAttribute</methodname>
<modifier>public</modifier> <type>string</type><methodname>DOMElement::getAttribute</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMAttr</type><methodname>DOMElement::getAttributeNode</methodname>
<modifier>public</modifier> <type>DOMAttr</type><methodname>DOMElement::getAttributeNode</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMAttr</type><methodname>DOMElement::getAttributeNodeNS</methodname>
<modifier>public</modifier> <type>DOMAttr</type><methodname>DOMElement::getAttributeNodeNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
</methodsynopsis>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>DOMElement::getAttributeNS</methodname>
<modifier>public</modifier> <type>string</type><methodname>DOMElement::getAttributeNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
</methodsynopsis>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMNodeList</type><methodname>DOMElement::getElementsByTagName</methodname>
<modifier>public</modifier> <type>DOMNodeList</type><methodname>DOMElement::getElementsByTagName</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMNodeList</type><methodname>DOMElement::getElementsByTagNameNS</methodname>
<modifier>public</modifier> <type>DOMNodeList</type><methodname>DOMElement::getElementsByTagNameNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
</methodsynopsis>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>DOMElement::hasAttribute</methodname>
<modifier>public</modifier> <type>bool</type><methodname>DOMElement::hasAttribute</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>DOMElement::hasAttributeNS</methodname>
<modifier>public</modifier> <type>bool</type><methodname>DOMElement::hasAttributeNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
</methodsynopsis>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>DOMElement::removeAttribute</methodname>
<modifier>public</modifier> <type>bool</type><methodname>DOMElement::removeAttribute</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>DOMElement::removeAttributeNode</methodname>
<modifier>public</modifier> <type>bool</type><methodname>DOMElement::removeAttributeNode</methodname>
<methodparam><type>DOMAttr</type><parameter>oldnode</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>DOMElement::removeAttributeNS</methodname>
<modifier>public</modifier> <type>bool</type><methodname>DOMElement::removeAttributeNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
</methodsynopsis>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMAttr</type><methodname>DOMElement::setAttribute</methodname>
<modifier>public</modifier> <type>DOMAttr</type><methodname>DOMElement::setAttribute</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
</methodsynopsis>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMAttr</type><methodname>DOMElement::setAttributeNode</methodname>
<modifier>public</modifier> <type>DOMAttr</type><methodname>DOMElement::setAttributeNode</methodname>
<methodparam><type>DOMAttr</type><parameter>attr</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMAttr</type><methodname>DOMElement::setAttributeNodeNS</methodname>
<modifier>public</modifier> <type>DOMAttr</type><methodname>DOMElement::setAttributeNodeNS</methodname>
<methodparam><type>DOMAttr</type><parameter>attr</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>DOMElement::setAttributeNS</methodname>
<modifier>public</modifier> <type>void</type><methodname>DOMElement::setAttributeNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>qualifiedName</parameter></methodparam>
<methodparam><type>string</type><parameter>value</parameter></methodparam>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>DOMElement::setIdAttribute</methodname>
<modifier>public</modifier> <type>void</type><methodname>DOMElement::setIdAttribute</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>bool</type><parameter>isId</parameter></methodparam>
</methodsynopsis>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>DOMElement::setIdAttributeNode</methodname>
<modifier>public</modifier> <type>void</type><methodname>DOMElement::setIdAttributeNode</methodname>
<methodparam><type>DOMAttr</type><parameter>attr</parameter></methodparam>
<methodparam><type>bool</type><parameter>isId</parameter></methodparam>
</methodsynopsis>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>DOMElement::setIdAttributeNS</methodname>
<modifier>public</modifier> <type>void</type><methodname>DOMElement::setIdAttributeNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
<methodparam><type>bool</type><parameter>isId</parameter></methodparam>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodname>DOMEntityReference::__construct</methodname>
<modifier>public</modifier> <methodname>DOMEntityReference::__construct</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMDocument</type><methodname>DOMImplementation::createDocument</methodname>
<modifier>public</modifier> <type>DOMDocument</type><methodname>DOMImplementation::createDocument</methodname>
<methodparam choice="opt"><type>string</type><parameter>namespaceURI</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>qualifiedName</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>DOMDocumentType</type><parameter>doctype</parameter><initializer>&null;</initializer></methodparam>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>DOMDocumentType</type><methodname>DOMImplementation::createDocumentType</methodname>
<modifier>public</modifier> <type>DOMDocumentType</type><methodname>DOMImplementation::createDocumentType</methodname>
<methodparam choice="opt"><type>string</type><parameter>qualifiedName</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>publicId</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>systemId</parameter><initializer>&null;</initializer></methodparam>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>DOMImplementation::hasFeature</methodname>
<modifier>public</modifier> <type>bool</type><methodname>DOMImplementation::hasFeature</methodname>
<methodparam><type>string</type><parameter>feature</parameter></methodparam>
<methodparam><type>string</type><parameter>version</parameter></methodparam>
</methodsynopsis>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodname>DOMProcessingInstruction::__construct</methodname>
<modifier>public</modifier> <methodname>DOMProcessingInstruction::__construct</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
</methodsynopsis>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>DomProcessingInstruction::data</methodname>
<modifier>public</modifier> <type>string</type><methodname>DomProcessingInstruction::data</methodname>
<void/>
</methodsynopsis>
<para>

View File

@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>DomProcessingInstruction::target</methodname>
<modifier>public</modifier> <type>string</type><methodname>DomProcessingInstruction::target</methodname>
<void/>
</methodsynopsis>
<para>

View File

@@ -19,7 +19,7 @@
</methodsynopsis>
<para>&style.oop;</para>
<methodsynopsis role="oop">
<type>string</type><methodname>finfo::buffer</methodname>
<modifier>public</modifier> <type>string</type><methodname>finfo::buffer</methodname>
<methodparam><type>string</type><parameter>string</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>FILEINFO_NONE</initializer></methodparam>
<methodparam choice="opt"><type>resource</type><parameter>context</parameter><initializer>&null;</initializer></methodparam>

View File

@@ -19,7 +19,7 @@
</methodsynopsis>
<para>&style.oop;</para>
<methodsynopsis role="oop">
<type>string</type><methodname>finfo::file</methodname>
<modifier>public</modifier> <type>string</type><methodname>finfo::file</methodname>
<methodparam><type>string</type><parameter>file_name</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>FILEINFO_NONE</initializer></methodparam>
<methodparam choice="opt"><type>resource</type><parameter>context</parameter><initializer>&null;</initializer></methodparam>

View File

@@ -17,7 +17,7 @@
</methodsynopsis>
<para>&style.oop; (constructor):</para>
<constructorsynopsis>
<methodname>finfo::__construct</methodname>
<modifier>public</modifier> <methodname>finfo::__construct</methodname>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>FILEINFO_NONE</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>magic_file</parameter><initializer>&null;</initializer></methodparam>
</constructorsynopsis>

View File

@@ -17,7 +17,7 @@
</methodsynopsis>
<para>&style.oop;</para>
<methodsynopsis role="oop">
<type>bool</type><methodname>finfo::set_flags</methodname>
<modifier>public</modifier> <type>bool</type><methodname>finfo::set_flags</methodname>
<methodparam><type>int</type><parameter>options</parameter></methodparam>
</methodsynopsis>

View File

@@ -11,6 +11,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis>
<modifier>public</modifier>
<type>bool</type>
<methodname>Collator::asort</methodname>
<methodparam><type>array</type><parameter role="reference">arr</parameter></methodparam>

View File

@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
<modifier>public</modifier>
<type>int</type>
<methodname>Collator::compare</methodname>
<methodparam><type>string</type><parameter>str1</parameter></methodparam>

View File

@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<constructorsynopsis>
<methodname>Collator::__construct</methodname>
<modifier>public</modifier> <methodname>Collator::__construct</methodname>
<methodparam><type>string</type><parameter>locale</parameter></methodparam>
</constructorsynopsis>
<para>

View File

@@ -11,6 +11,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis>
<modifier>public</modifier>
<modifier>static</modifier>
<type>Collator</type>
<methodname>Collator::create</methodname>

View File

@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
<modifier>public</modifier>
<type>int</type>
<methodname>Collator::getAttribute</methodname>
<methodparam><type>int</type><parameter>attr</parameter></methodparam>

View File

@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
<modifier>public</modifier>
<type>int</type>
<methodname>Collator::getErrorCode</methodname>
<void />

View File

@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
<modifier>public</modifier>
<type>string</type>
<methodname>Collator::getErrorMessage</methodname>
<void />

View File

@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
<modifier>public</modifier>
<type>string</type>
<methodname>Collator::getLocale</methodname>
<methodparam choice="opt"><type>int</type><parameter>type</parameter></methodparam>

View File

@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
<modifier>public</modifier>
<type>string</type>
<methodname>Collator::getSortKey</methodname>
<methodparam><type>string</type><parameter>str</parameter></methodparam>

View File

@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
<modifier>public</modifier>
<type>int</type>
<methodname>Collator::getStrength</methodname>
<void />

View File

@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
<modifier>public</modifier>
<type>bool</type>
<methodname>Collator::setAttribute</methodname>
<methodparam><type>int</type><parameter>attr</parameter></methodparam>

View File

@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
<modifier>public</modifier>
<type>bool</type>
<methodname>Collator::setStrength</methodname>
<methodparam><type>int</type><parameter>strength</parameter></methodparam>

View File

@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
<modifier>public</modifier>
<type>bool</type>
<methodname>Collator::sortWithSortKeys</methodname>
<methodparam><type>array</type><parameter role="reference">arr</parameter></methodparam>

View File

@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
<modifier>public</modifier>
<type>bool</type>
<methodname>Collator::sort</methodname>
<methodparam><type>array</type><parameter role="reference">arr</parameter></methodparam>

View File

@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
<modifier>public</modifier>
<modifier>static</modifier>
<type>IntlDateFormatter</type><methodname>IntlDateFormatter::create</methodname>
<methodparam><type>string</type><parameter>locale</parameter></methodparam>
@@ -26,6 +27,7 @@
&style.oop; (constructor)
</para>
<constructorsynopsis>
<modifier>public</modifier>
<methodname>IntlDateFormatter::__construct</methodname>
<methodparam><type>string</type><parameter>locale</parameter></methodparam>
<methodparam><type>int</type><parameter>datetype</parameter></methodparam>

View File

@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
<type>string</type><methodname>IntlDateFormatter::format</methodname>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
<modifier>public</modifier> <type>string</type><methodname>IntlDateFormatter::format</methodname>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
<para>
&style.procedural;

View File

@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
<type>int</type><methodname>IntlDateFormatter::getDateType</methodname>
<void />
<modifier>public</modifier> <type>int</type><methodname>IntlDateFormatter::getDateType</methodname>
<void />
</methodsynopsis>
<para>
&style.procedural;

View File

@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
<type>int</type><methodname>IntlDateFormatter::getErrorCode</methodname>
<void />
<modifier>public</modifier> <type>int</type><methodname>IntlDateFormatter::getErrorCode</methodname>
<void />
</methodsynopsis>
<para>
&style.procedural;

View File

@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
<type>string</type><methodname>IntlDateFormatter::getErrorMessage</methodname>
<void />
<modifier>public</modifier> <type>string</type><methodname>IntlDateFormatter::getErrorMessage</methodname>
<void />
</methodsynopsis>
<para>
&style.procedural;

View File

@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
<type>string</type><methodname>IntlDateFormatter::getLocale</methodname>
<methodparam choice="opt"><type>int</type><parameter>which</parameter></methodparam>
<modifier>public</modifier> <type>string</type><methodname>IntlDateFormatter::getLocale</methodname>
<methodparam choice="opt"><type>int</type><parameter>which</parameter></methodparam>
</methodsynopsis>
<para>
&style.procedural;

View File

@@ -12,9 +12,9 @@
&style.oop;
</para>
<methodsynopsis>
<type>string</type><methodname>IntlDateFormatter::getPattern</methodname>
<modifier>public</modifier> <type>string</type><methodname>IntlDateFormatter::getPattern</methodname>
<void />
</methodsynopsis>
</methodsynopsis>
<para>
&style.procedural;
</para>

View File

@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
<type>int</type><methodname>IntlDateFormatter::getTimeType</methodname>
<void />
<modifier>public</modifier> <type>int</type><methodname>IntlDateFormatter::getTimeType</methodname>
<void />
</methodsynopsis>
<para>
&style.procedural;

View File

@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
<type>string</type><methodname>IntlDateFormatter::getTimeZoneId</methodname>
<void />
<modifier>public</modifier> <type>string</type><methodname>IntlDateFormatter::getTimeZoneId</methodname>
<void />
</methodsynopsis>
<para>
&style.procedural;

View File

@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
<type>bool</type><methodname>IntlDateFormatter::isLenient</methodname>
<void />
<modifier>public</modifier> <type>bool</type><methodname>IntlDateFormatter::isLenient</methodname>
<void />
</methodsynopsis>
<para>
&style.procedural;

View File

@@ -12,9 +12,9 @@
&style.oop;
</para>
<methodsynopsis>
<type>array</type><methodname>IntlDateFormatter::localtime</methodname>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter role="reference">position</parameter></methodparam>
<modifier>public</modifier> <type>array</type><methodname>IntlDateFormatter::localtime</methodname>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter role="reference">position</parameter></methodparam>
</methodsynopsis>
<para>
&style.procedural;

View File

@@ -12,10 +12,10 @@
&style.oop;
</para>
<methodsynopsis>
<type>int</type><methodname>IntlDateFormatter::parse</methodname>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter
role="reference">position</parameter></methodparam>
<modifier>public</modifier> <type>int</type><methodname>IntlDateFormatter::parse</methodname>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter
role="reference">position</parameter></methodparam>
</methodsynopsis>
<para>
&style.procedural;

View File

@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
<type>bool</type><methodname>IntlDateFormatter::setLenient</methodname>
<methodparam><type>bool</type><parameter>lenient</parameter></methodparam>
<modifier>public</modifier> <type>bool</type><methodname>IntlDateFormatter::setLenient</methodname>
<methodparam><type>bool</type><parameter>lenient</parameter></methodparam>
</methodsynopsis>
<para>
&style.procedural;

View File

@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
<type>bool</type><methodname>IntlDateFormatter::setPattern</methodname>
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
<modifier>public</modifier> <type>bool</type><methodname>IntlDateFormatter::setPattern</methodname>
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
</methodsynopsis>
<para>
&style.procedural;

View File

@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
<type>bool</type><methodname>IntlDateFormatter::setTimeZoneId</methodname>
<methodparam><type>string</type><parameter>zone</parameter></methodparam>
<modifier>public</modifier> <type>bool</type><methodname>IntlDateFormatter::setTimeZoneId</methodname>
<methodparam><type>string</type><parameter>zone</parameter></methodparam>
</methodsynopsis>
<para>
&style.procedural;

View File

@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
<modifier>public</modifier>
<modifier>static</modifier>
<type>string</type>
<methodname>Locale::acceptFromHttp</methodname>

View File

@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
<modifier>public</modifier>
<modifier>static</modifier>
<type>string</type>
<methodname>Locale::composeLocale</methodname>

View File

@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
<modifier>public</modifier>
<modifier>static</modifier>
<type>bool</type>
<methodname>Locale::filterMatches</methodname>

View File

@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
<modifier>public</modifier>
<modifier>static</modifier>
<type>array</type>
<methodname>Locale::getAllVariants</methodname>

View File

@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
<modifier>public</modifier>
<modifier>static</modifier>
<type>string</type>
<methodname>Locale::getDefault</methodname>

View File

@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
<modifier>public</modifier>
<modifier>static</modifier>
<type>string</type>
<methodname>Locale::getDisplayLanguage</methodname>

Some files were not shown because too many files have changed in this diff Show More