mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Change "object" to specific objects
# please revise it # letter case is taken from sources git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173347 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8192740838
commit
3c4233bca6
44 changed files with 106 additions and 106 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.6 -->
|
||||
<refentry id="function.domdocument-add-root">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomDocument->add_root</methodname>
|
||||
<type>domelement</type><methodname>DomDocument->add_root</methodname>
|
||||
<methodparam><type>string</type><parameter>name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id="function.domdocument-create-attribute">
|
||||
<refnamediv>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomDocument->create_attribute</methodname>
|
||||
<type>domattribute</type><methodname>DomDocument->create_attribute</methodname>
|
||||
<methodparam><type>string</type><parameter>name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>value</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id="function.domdocument-create-cdata-section">
|
||||
<refnamediv>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomDocument->create_cdata_section</methodname>
|
||||
<type>domcdata</type><methodname>DomDocument->create_cdata_section</methodname>
|
||||
<methodparam><type>string</type><parameter>content</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id="function.domdocument-create-comment">
|
||||
<refnamediv>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomDocument->create_comment</methodname>
|
||||
<type>domcomment</type><methodname>DomDocument->create_comment</methodname>
|
||||
<methodparam><type>string</type><parameter>content</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id="function.domdocument-create-element-ns">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomDocument->create_element_ns</methodname>
|
||||
<type>domelement</type><methodname>DomDocument->create_element_ns</methodname>
|
||||
<methodparam><type>string</type><parameter>uri</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>prefix</parameter></methodparam>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id="function.domdocument-create-element">
|
||||
<refnamediv>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomDocument->create_element</methodname>
|
||||
<type>domelement</type><methodname>DomDocument->create_element</methodname>
|
||||
<methodparam><type>string</type><parameter>name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id="function.domdocument-create-entity-reference">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomDocument->create_entity_reference</methodname>
|
||||
<type>domentityreference</type><methodname>DomDocument->create_entity_reference</methodname>
|
||||
<methodparam><type>string</type><parameter>content</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id="function.domdocument-create-processing-instruction">
|
||||
<refnamediv>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomDocument->create_processing_instruction</methodname>
|
||||
<type>domprocessinginstruction</type><methodname>DomDocument->create_processing_instruction</methodname>
|
||||
<methodparam><type>string</type><parameter>content</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id="function.domdocument-create-text-node">
|
||||
<refnamediv>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomDocument->create_text_node</methodname>
|
||||
<type>domtext</type><methodname>DomDocument->create_text_node</methodname>
|
||||
<methodparam><type>string</type><parameter>content</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id="function.domdocument-doctype">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomDocument->doctype</methodname>
|
||||
<type>domdocumenttype</type><methodname>DomDocument->doctype</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.6 -->
|
||||
<refentry id="function.domdocument-document-element">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomDocument->document_element</methodname>
|
||||
<type>domelement</type><methodname>DomDocument->document_element</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id="function.domdocument-get-element-by-id">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomDocument->get_element_by_id</methodname>
|
||||
<type>domelement</type><methodname>DomDocument->get_element_by_id</methodname>
|
||||
<methodparam><type>string</type><parameter>id</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.27 -->
|
||||
<refentry id='function.domelement-get-attribute-node'>
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomElement->get_attribute_node</methodname>
|
||||
<type>domattribute</type><methodname>DomElement->get_attribute_node</methodname>
|
||||
<methodparam><type>string</type><parameter>name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<!-- This function is not implemented at all for the time being
|
||||
<refentry id='function.domelement-set-attribute-node'>
|
||||
|
@ -12,8 +12,8 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>DomElement->set_attribute_node</methodname>
|
||||
<methodparam><type>object</type><parameter>attr</parameter></methodparam>
|
||||
<type>domnode</type><methodname>DomElement->set_attribute_node</methodname>
|
||||
<methodparam><type>domnode</type><parameter>attr</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.27 -->
|
||||
<refentry id='function.domelement-set-attribute'>
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomElement->set_attribute</methodname>
|
||||
<type>domattribute</type><methodname>DomElement->set_attribute</methodname>
|
||||
<methodparam><type>string</type><parameter>name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>value</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.40 -->
|
||||
<refentry id='function.domnode-append-child'>
|
||||
<refnamediv>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomNode->append_child</methodname>
|
||||
<methodparam><type>object</type><parameter>newnode</parameter></methodparam>
|
||||
<type>domelement</type><methodname>DomNode->append_child</methodname>
|
||||
<methodparam><type>domelement</type><parameter>newnode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This functions appends a child to an existing list of children or creates
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id='function.domnode-append-sibling'>
|
||||
<refnamediv>
|
||||
<refname>DomNode->append_sibling</refname>
|
||||
|
@ -10,8 +10,8 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomNode->append_sibling</methodname>
|
||||
<methodparam><type>object</type><parameter>newnode</parameter></methodparam>
|
||||
<type>domelement</type><methodname>DomNode->append_sibling</methodname>
|
||||
<methodparam><type>domelement</type><parameter>newnode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This functions appends a sibling to an existing node.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.39 -->
|
||||
<refentry id='function.domnode-clone-node'>
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomNode->clone_node</methodname>
|
||||
<type>domelement</type><methodname>DomNode->clone_node</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id='function.domnode-first-child'>
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomNode->first_child</methodname>
|
||||
<type>domelement</type><methodname>DomNode->first_child</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id='function.domnode-insert-before'>
|
||||
<refnamediv>
|
||||
|
@ -11,9 +11,9 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomNode->insert_before</methodname>
|
||||
<methodparam><type>object</type><parameter>newnode</parameter></methodparam>
|
||||
<methodparam><type>object</type><parameter>refnode</parameter></methodparam>
|
||||
<type>domelement</type><methodname>DomNode->insert_before</methodname>
|
||||
<methodparam><type>domelement</type><parameter>newnode</parameter></methodparam>
|
||||
<methodparam><type>domelement</type><parameter>refnode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function inserts the new node <parameter>newnode</parameter> right
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id='function.domnode-last-child'>
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomNode->last_child</methodname>
|
||||
<type>domelement</type><methodname>DomNode->last_child</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id='function.domnode-next-sibling'>
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomNode->next_sibling</methodname>
|
||||
<type>domelement</type><methodname>DomNode->next_sibling</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id='function.domnode-owner-document'>
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomNode->owner_document</methodname>
|
||||
<type>domdocument</type><methodname>DomNode->owner_document</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id='function.domnode-parent-node'>
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomNode->parent_node</methodname>
|
||||
<type>domnode</type><methodname>DomNode->parent_node</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id='function.domnode-previous-sibling'>
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomNode->previous_sibling</methodname>
|
||||
<type>domelement</type><methodname>DomNode->previous_sibling</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id='function.domnode-remove-child'>
|
||||
<refnamediv>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomNode->remove_child</methodname>
|
||||
<methodparam><type>object</type><parameter>oldchild</parameter></methodparam>
|
||||
<type>domtext</type><methodname>DomNode->remove_child</methodname>
|
||||
<methodparam><type>domtext</type><parameter>oldchild</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This functions removes a child from a list of children. If child cannot
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry id='function.domnode-replace-child'>
|
||||
<refnamediv>
|
||||
<refname>DomNode->replace_child</refname>
|
||||
|
@ -10,9 +10,9 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomNode->replace_child</methodname>
|
||||
<methodparam><type>object</type><parameter>oldnode</parameter></methodparam>
|
||||
<methodparam><type>object</type><parameter>newnode</parameter></methodparam>
|
||||
<type>domelement</type><methodname>DomNode->replace_child</methodname>
|
||||
<methodparam><type>domelement</type><parameter>oldnode</parameter></methodparam>
|
||||
<methodparam><type>domelement</type><parameter>newnode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
(PHP 4.2) This function replaces the child <parameter>oldnode</parameter>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.39 -->
|
||||
<refentry id='function.domnode-replace-node'>
|
||||
<refnamediv>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomNode->replace_node</methodname>
|
||||
<methodparam><type>object</type><parameter>newnode</parameter></methodparam>
|
||||
<type>domelement</type><methodname>DomNode->replace_node</methodname>
|
||||
<methodparam><type>domelement</type><parameter>newnode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
(PHP 4.2) This function replaces an existing node with the passed
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.39 -->
|
||||
<refentry id='function.domnode-unlink-node'>
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomNode->unlink_node</methodname>
|
||||
<type>void</type><methodname>DomNode->unlink_node</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.domxsltstylesheet-process">
|
||||
<refnamediv>
|
||||
<refname>DomXsltStylesheet->process</refname>
|
||||
|
@ -10,8 +10,8 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>DomXsltStylesheet->process</methodname>
|
||||
<methodparam><type>object</type><parameter>DomDocument</parameter></methodparam>
|
||||
<type>domdocument</type><methodname>DomXsltStylesheet->process</methodname>
|
||||
<methodparam><type>domdocument</type><parameter>DomDocument</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>xslt_parameters</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>param_is_xpath</parameter></methodparam>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.domxsltstylesheet-result-dump-file">
|
||||
<refnamediv>
|
||||
<refname>DomXsltStylesheet->result_dump_file</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>DomXsltStylesheet->result_dump_file</methodname>
|
||||
<methodparam><type>object</type><parameter>DomDocument</parameter></methodparam>
|
||||
<methodparam><type>domdocument</type><parameter>DomDocument</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
|
||||
|
||||
</methodsynopsis>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id="function.domxsltstylesheet-result-dump-mem">
|
||||
<refnamediv>
|
||||
<refname>DomXsltStylesheet->result_dump_mem</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>DomXsltStylesheet->result_dump_mem</methodname>
|
||||
<methodparam><type>object</type><parameter>DomDocument</parameter></methodparam>
|
||||
<methodparam><type>domdocument</type><parameter>DomDocument</parameter></methodparam>
|
||||
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.39 -->
|
||||
<refentry id="function.domxml-new-doc">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>domxml_new_doc</methodname>
|
||||
<type>domdocument</type><methodname>domxml_new_doc</methodname>
|
||||
<methodparam><type>string</type><parameter>version</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.domxml-open-file">
|
||||
<refnamediv>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>domxml_open_file</methodname>
|
||||
<type>domdocument</type><methodname>domxml_open_file</methodname>
|
||||
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter role="reference">error</parameter></methodparam>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.domxml-open-mem">
|
||||
<refnamediv>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>domxml_open_mem</methodname>
|
||||
<type>domdocument</type><methodname>domxml_open_mem</methodname>
|
||||
<methodparam><type>string</type><parameter>str</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter role="reference">error</parameter></methodparam>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.domxml-xmltree">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>domxml_xmltree</methodname>
|
||||
<type>domdocument</type><methodname>domxml_xmltree</methodname>
|
||||
<methodparam><type>string</type><parameter>str</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.domxml-xslt-stylesheet-doc">
|
||||
<refnamediv>
|
||||
<refname>domxml_xslt_stylesheet_doc</refname>
|
||||
|
@ -10,8 +10,8 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>domxml_xslt_stylesheet_doc</methodname>
|
||||
<methodparam><type>object</type><parameter>DocDocument Object</parameter></methodparam>
|
||||
<type>XsltStylesheet</type><methodname>domxml_xslt_stylesheet_doc</methodname>
|
||||
<methodparam><type>domdocument</type><parameter>DocDocumentObject</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id="function.domxml-xslt-stylesheet-file">
|
||||
<refnamediv>
|
||||
<refname>domxml_xslt_stylesheet_file</refname>
|
||||
|
@ -10,8 +10,8 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>domxml_xslt_stylesheet_file</methodname>
|
||||
<methodparam><type>string</type><parameter>xsl file</parameter></methodparam>
|
||||
<type>XsltStylesheet</type><methodname>domxml_xslt_stylesheet_file</methodname>
|
||||
<methodparam><type>string</type><parameter>xsl_file</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id="function.domxml-xslt-stylesheet">
|
||||
<refnamediv>
|
||||
<refname>domxml_xslt_stylesheet</refname>
|
||||
|
@ -10,8 +10,8 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>domxml_xslt_stylesheet</methodname>
|
||||
<methodparam><type>string</type><parameter>xsl document</parameter></methodparam>
|
||||
<type>XsltStylesheet</type><methodname>domxml_xslt_stylesheet</methodname>
|
||||
<methodparam><type>string</type><parameter>xsl_document</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
&warn.undocumented.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.29 -->
|
||||
<refentry id="function.xpath-eval-expression">
|
||||
<refnamediv>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>xpath_eval_expression</methodname>
|
||||
<methodparam><type>object</type><parameter>xpath_context</parameter></methodparam>
|
||||
<type>XPathObject</type><methodname>xpath_eval_expression</methodname>
|
||||
<methodparam><type>XPathContext</type><parameter>xpath_context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>expression</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id="function.xpath-eval">
|
||||
<refnamediv>
|
||||
|
@ -12,9 +12,9 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>xpath_eval</methodname>
|
||||
<methodparam><type>object</type><parameter>xpath context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>xpath expression</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>object</type><parameter>contextnode</parameter></methodparam>
|
||||
<methodparam><type>XPathContext</type><parameter>xpath_context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>xpath_expression</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>domnode</type><parameter>contextnode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
|
||||
<refentry id="function.xpath-new-context">
|
||||
<refnamediv>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>object</type><methodname>xpath_new_context</methodname>
|
||||
<methodparam><type>object</type><parameter>dom document</parameter></methodparam>
|
||||
<type>XPathContext</type><methodname>xpath_new_context</methodname>
|
||||
<methodparam><type>domdocument</type><parameter>dom_document</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.6 -->
|
||||
<refentry id='function.xptr-eval'>
|
||||
<refnamediv>
|
||||
|
@ -12,7 +12,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>xptr_eval</methodname>
|
||||
<methodparam choice="opt"><type>object</type><parameter>xpath_context</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>XPathContext</type><parameter>xpath_context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>eval_str</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.29 -->
|
||||
<refentry id='function.xptr-new-context'>
|
||||
<refnamediv>
|
||||
|
@ -11,8 +11,8 @@
|
|||
<refsect1>
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>xptr_new_context</methodname>
|
||||
<methodparam choice="opt"><type>object</type><parameter>doc_handle</parameter></methodparam>
|
||||
<type>XPathContext</type><methodname>xptr_new_context</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
|
|
Loading…
Reference in a new issue