mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Updated resources indications
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@52277 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
73541051ed
commit
e59861955c
1 changed files with 5 additions and 4 deletions
|
@ -118,7 +118,7 @@
|
|||
<funcprototype>
|
||||
<funcdef>int <function>xslt_errno</function></funcdef>
|
||||
<paramdef>
|
||||
int <parameter>xh</parameter>
|
||||
resource <parameter>xh</parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
@ -142,7 +142,7 @@
|
|||
<funcprototype>
|
||||
<funcdef>mixed <function>xslt_error</function></funcdef>
|
||||
<paramdef>
|
||||
int <parameter>xh</parameter>
|
||||
resource <parameter>xh</parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
@ -165,7 +165,7 @@
|
|||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>string <function>xslt_fetch_result</function></funcdef>
|
||||
<paramdef>int <parameter>xh</parameter></paramdef>
|
||||
<paramdef>resource <parameter>xh</parameter></paramdef>
|
||||
<paramdef>string <parameter>result_name</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
|
@ -438,7 +438,8 @@ if (xslt_process($xslData, $xmlData, $result)) {
|
|||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
<para>
|
||||
Set SAX handlers on the resource handle given by xh.
|
||||
Set SAX handlers on the resource handle given by
|
||||
<parameter>xh</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue