mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added skeletons for missing functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65492 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d66349433d
commit
0fb86ee5f5
2 changed files with 120 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.23 $ -->
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<reference id="ref.xml">
|
||||
<title>XML parser functions</title>
|
||||
<titleabbrev>XML</titleabbrev>
|
||||
|
@ -2126,6 +2126,77 @@ Array
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id='function.xml-parser-create-ns'>
|
||||
<refnamediv>
|
||||
<refname>xml_parser_create_ns</refname>
|
||||
<refpurpose>
|
||||
Create an XML parser
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>xml_parser_create_ns</function></funcdef>
|
||||
<paramdef>string <parameter><optional>encoding</optional></parameter></paramdef>
|
||||
<paramdef>string <parameter><optional>sep</optional></parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
||||
|
||||
<refentry id='function.xml-set-end-namespace-decl-handler'>
|
||||
<refnamediv>
|
||||
<refname>xml_set_end_namespace_decl_handler</refname>
|
||||
<refpurpose>
|
||||
Set up character data handler
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>xml_set_end_namespace_decl_handler</function></funcdef>
|
||||
<paramdef>int <parameter>pind</parameter></paramdef>
|
||||
<paramdef>string <parameter>hdl</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
||||
|
||||
<refentry id='function.xml-set-start-namespace-decl-handler'>
|
||||
<refnamediv>
|
||||
<refname>xml_set_start_namespace_decl_handler</refname>
|
||||
<refpurpose>
|
||||
Set up character data handler
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>xml_set_start_namespace_decl_handler</function></funcdef>
|
||||
<paramdef>int <parameter>pind</parameter></paramdef>
|
||||
<paramdef>string <parameter>hdl</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
||||
</reference>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<!-- $Revision: 1.29 $ -->
|
||||
<reference id="ref.xslt">
|
||||
<title>XSLT functions</title>
|
||||
<titleabbrev>XSLT</titleabbrev>
|
||||
|
@ -544,6 +544,53 @@ array(
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id='function.xslt-set-sax-handlers'>
|
||||
<refnamediv>
|
||||
<refname>xslt_set_sax_handlers</refname>
|
||||
<refpurpose>
|
||||
Set the SAX handlers to be called when the XML document gets processed
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>xslt_set_sax_handlers</function></funcdef>
|
||||
<paramdef>resource <parameter>processor</parameter></paramdef>
|
||||
<paramdef>array <parameter>handlers</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
||||
|
||||
<refentry id='function.xslt-set-scheme-handlers'>
|
||||
<refnamediv>
|
||||
<refname>xslt_set_scheme_handlers</refname>
|
||||
<refpurpose>
|
||||
Set the scheme handlers for the XSLT processor
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>xslt_set_scheme_handlers</function></funcdef>
|
||||
<paramdef>resource <parameter>processor</parameter></paramdef>
|
||||
<paramdef>array <parameter>handlers</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
&warn.undocumented.func;
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
||||
</reference>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue