mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Each parameter needs to be inside its own paramdef tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@52266 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9b86fc7132
commit
73541051ed
1 changed files with 22 additions and 34 deletions
|
@ -165,10 +165,8 @@
|
|||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>xslt_fetch_result</function></funcdef>
|
||||
<paramdef>
|
||||
int <parameter>xh</parameter>
|
||||
string <parameter>result_name</parameter>
|
||||
</paramdef>
|
||||
<paramdef>int <parameter>xh</parameter></paramdef>
|
||||
<paramdef>string <parameter>result_name</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
|
@ -212,11 +210,9 @@
|
|||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>bool <function>xslt_openlog</function></funcdef>
|
||||
<paramdef>
|
||||
resource <parameter>xh</parameter>
|
||||
string <parameter>logfile</parameter>
|
||||
int <parameter>loglevel</parameter>
|
||||
</paramdef>
|
||||
<paramdef>resource <parameter>xh</parameter></paramdef>
|
||||
<paramdef>string <parameter>logfile</parameter></paramdef>
|
||||
<paramdef>int <parameter>loglevel</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
|
@ -324,11 +320,9 @@ xslt_output_endtransform();
|
|||
<funcdef>bool
|
||||
<function>xslt_process</function>
|
||||
</funcdef>
|
||||
<paramdef>
|
||||
string <parameter>xsl_data</parameter>
|
||||
string <parameter>xml_data</parameter>
|
||||
string <parameter>result</parameter>
|
||||
</paramdef>
|
||||
<paramdef>string <parameter>xsl_data</parameter></paramdef>
|
||||
<paramdef>string <parameter>xml_data</parameter></paramdef>
|
||||
<paramdef>string <parameter>result</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
|
@ -410,14 +404,12 @@ if (xslt_process($xslData, $xmlData, $result)) {
|
|||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>bool <function>xslt_run</function></funcdef>
|
||||
<paramdef>
|
||||
resource <parameter>xh</parameter>
|
||||
string <parameter>xslt_file</parameter>
|
||||
string <parameter>xml_data_file</parameter>
|
||||
string <parameter>result</parameter>
|
||||
array <parameter>xslt_params</parameter>
|
||||
array <parameter>xslt_args</parameter>
|
||||
</paramdef>
|
||||
<paramdef>resource <parameter>xh</parameter></paramdef>
|
||||
<paramdef>string <parameter>xslt_file</parameter></paramdef>
|
||||
<paramdef>string <parameter>xml_data_file</parameter></paramdef>
|
||||
<paramdef>string <parameter>result</parameter></paramdef>
|
||||
<paramdef>array <parameter>xslt_params</parameter></paramdef>
|
||||
<paramdef>array <parameter>xslt_args</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
|
@ -440,10 +432,8 @@ if (xslt_process($xslData, $xmlData, $result)) {
|
|||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>bool <function>xslt_set_sax_handler</function></funcdef>
|
||||
<paramdef>
|
||||
resource <parameter>xh</parameter>
|
||||
array <parameter>handlers</parameter>
|
||||
</paramdef>
|
||||
<paramdef>resource <parameter>xh</parameter></paramdef>
|
||||
<paramdef>array <parameter>handlers</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
|
@ -465,14 +455,12 @@ if (xslt_process($xslData, $xmlData, $result)) {
|
|||
<funcdef>bool
|
||||
<function>xslt_transform</function>
|
||||
</funcdef>
|
||||
<paramdef>
|
||||
string <parameter>xsl</parameter>
|
||||
string <parameter>xml</parameter>
|
||||
string <parameter>result</parameter>
|
||||
string <parameter>params</parameter>
|
||||
string <parameter>args</parameter>
|
||||
string <parameter>resultBuffer</parameter>
|
||||
</paramdef>
|
||||
<paramdef>string <parameter>xsl</parameter></paramdef>
|
||||
<paramdef>string <parameter>xml</parameter></paramdef>
|
||||
<paramdef>string <parameter>result</parameter></paramdef>
|
||||
<paramdef>string <parameter>params</parameter></paramdef>
|
||||
<paramdef>string <parameter>args</parameter></paramdef>
|
||||
<paramdef>string <parameter>resultBuffer</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
|
|
Loading…
Reference in a new issue