mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
not experimental anymore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188208 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c2ab153c3a
commit
fb9ffd82a6
14 changed files with 14 additions and 28 deletions
|
@ -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.6 -->
|
||||
<refentry id="function.domdocument-add-root">
|
||||
<refnamediv>
|
||||
|
@ -14,7 +14,6 @@
|
|||
<type>domelement</type><methodname>DomDocument->add_root</methodname>
|
||||
<methodparam><type>string</type><parameter>name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
Adds a root element node to a dom document and returns the new node.
|
||||
The element name is given in the passed parameter.
|
||||
|
|
|
@ -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.6 -->
|
||||
<refentry id="function.domdocument-dump-mem">
|
||||
<refnamediv>
|
||||
|
@ -15,7 +15,6 @@
|
|||
<methodparam choice="opt"><type>bool</type><parameter>format</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
Creates an XML document from the dom representation. This function
|
||||
usually is called after building a new dom document from scratch
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id="function.domdocument-xinclude">
|
||||
<refnamediv>
|
||||
<refname>DomDocument->xinclude</refname>
|
||||
|
@ -13,7 +13,6 @@
|
|||
<type>int</type><methodname>DomDocument->xinclude</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
This function substitutes <ulink
|
||||
url="&url.xinclude.spec;">XIncludes</ulink> in a DomDocument object.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id="function.domxsltstylesheet-process">
|
||||
<refnamediv>
|
||||
<refname>DomXsltStylesheet->process</refname>
|
||||
|
@ -16,7 +16,6 @@
|
|||
<methodparam choice="opt"><type>bool</type><parameter>param_is_xpath</parameter></methodparam>
|
||||
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
&warn.undocumented.func;
|
||||
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.domxsltstylesheet-result-dump-file">
|
||||
<refnamediv>
|
||||
<refname>DomXsltStylesheet->result_dump_file</refname>
|
||||
|
@ -15,7 +15,6 @@
|
|||
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
|
||||
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
|
||||
<para>
|
||||
This function is only available since PHP 4.3
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry id="function.domxsltstylesheet-result-dump-mem">
|
||||
<refnamediv>
|
||||
<refname>DomXsltStylesheet->result_dump_mem</refname>
|
||||
|
@ -14,7 +14,6 @@
|
|||
<methodparam><type>domdocument</type><parameter>DomDocument</parameter></methodparam>
|
||||
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
|
||||
<para>
|
||||
This function is only available since PHP 4.3
|
||||
|
|
|
@ -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.39 -->
|
||||
<refentry id="function.domxml-new-doc">
|
||||
<refnamediv>
|
||||
|
@ -14,7 +14,6 @@
|
|||
<type>domdocument</type><methodname>domxml_new_doc</methodname>
|
||||
<methodparam><type>string</type><parameter>version</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
Creates a new dom document from scratch and returns it.
|
||||
</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.1 -->
|
||||
<refentry id="function.domxml-xmltree">
|
||||
<refnamediv>
|
||||
|
@ -14,7 +14,6 @@
|
|||
<type>domdocument</type><methodname>domxml_xmltree</methodname>
|
||||
<methodparam><type>string</type><parameter>str</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
The function parses the XML document in
|
||||
<parameter>str</parameter> and returns a tree PHP objects as the
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id="function.domxml-xslt-stylesheet-doc">
|
||||
<refnamediv>
|
||||
<refname>domxml_xslt_stylesheet_doc</refname>
|
||||
|
@ -13,7 +13,6 @@
|
|||
<type>XsltStylesheet</type><methodname>domxml_xslt_stylesheet_doc</methodname>
|
||||
<methodparam><type>domdocument</type><parameter>DocDocumentObject</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
&warn.undocumented.func;
|
||||
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry id="function.domxml-xslt-stylesheet-file">
|
||||
<refnamediv>
|
||||
<refname>domxml_xslt_stylesheet_file</refname>
|
||||
|
@ -13,7 +13,6 @@
|
|||
<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;
|
||||
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry id="function.domxml-xslt-stylesheet">
|
||||
<refnamediv>
|
||||
<refname>domxml_xslt_stylesheet</refname>
|
||||
|
@ -13,7 +13,6 @@
|
|||
<type>XsltStylesheet</type><methodname>domxml_xslt_stylesheet</methodname>
|
||||
<methodparam><type>string</type><parameter>xsl_document</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
&warn.undocumented.func;
|
||||
|
||||
<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.29 -->
|
||||
<refentry id="function.xpath-eval-expression">
|
||||
<refnamediv>
|
||||
|
@ -15,7 +15,6 @@
|
|||
<methodparam><type>XPathContext</type><parameter>xpath_context</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>expression</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
<example>
|
||||
<title><function>xpath_eval_expression</function> Example</title>
|
||||
|
|
|
@ -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.xpath-eval">
|
||||
<refnamediv>
|
||||
|
@ -16,7 +16,6 @@
|
|||
<methodparam><type>string</type><parameter>xpath_expression</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>domnode</type><parameter>contextnode</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
The optional <parameter>contextnode</parameter> can be specified for doing relative XPath queries.
|
||||
</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.xpath-new-context">
|
||||
<refnamediv>
|
||||
|
@ -14,7 +14,6 @@
|
|||
<type>XPathContext</type><methodname>xpath_new_context</methodname>
|
||||
<methodparam><type>domdocument</type><parameter>dom_document</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue